Hi, I am newbies in this regex world. I just want to extract the character double quotes at the beginning and the ending of a string.
$string1 = "this is the string"; so that $string1 would be 'this is the string' without the double quotes. Thanks Azmi -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
