in reply to Re: Help with regex for complicated key=value string
in thread Help with regex for complicated key=value string
But that's just point 2, it doesn't consider commas inside quotes.split /(?:^|[^\\])(?:\\\\)*\K,/ # 5.10 required
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Help with regex for complicated key=value string
by ikegami (Patriarch) on Oct 29, 2008 at 19:09 UTC | |
|