my $string = "How It's Made"; $string =~ s/\'//g; print "$string\n"; # prints "How Its Made"
In reply to Re: Escaping single quote in $string
by tangent
in thread Escaping single quote in $string
by calebcall
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |