help in perl, how can i add this characters ' or ` , thanks?

Brayan

New member
how do i add this characters : ' `
this one does not work
if ($line =~ /([a-z\’\']+)/) {

i tried also : if ($line =~ /([a-z/’/´]+)/) {

any suggestion
 
Back
Top