--- Khairul Azmi <[EMAIL PROTECTED]> wrote: > > KA> The problem is I would not any double quote in > the middle of the > > KA> sentence to be removed. > > KA> For example > > KA> $string="\" email title. \" username \"";
Maybe this is what you want: $string =~s/"(.+)"/$1/; Regards Melis __________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>