in reply to Re^3: Help with regex for complicated key=value string
in thread Help with regex for complicated key=value string
and "\\," is handled quite well in my tests.if ($esc) { $esc = 0; } ... elsif ( $char eq '\\' ) { $esc = 1; }
Do I miss here something?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Help with regex for complicated key=value string
by ikegami (Patriarch) on Oct 29, 2008 at 19:45 UTC |