$s = '("test123")'; $s =~ s/\W//g; print "$s\n" [download]
In reply to Re: Split a string to remove quotes and parentheses by explorer in thread Split a string to remove quotes and parentheses by perl_99_monk