in reply to
Re^2: Regex negation (or golf)
in thread
Regex negation (or golf)
The other worry would be if your double-quoted field contained double quotes, eg
$resp = q{"Wrong "name" given"88};
. All bets would be off then and you'd probably have to go for a parser solution.
Cheers,
JohnGG
Comment on
Re^3: Regex negation (or golf)
Download
Code
In Section
Seekers of Perl Wisdom