KS2011: Structured error logging
KS2011: Structured error logging
Posted Oct 25, 2011 7:56 UTC (Tue) by liljencrantz (guest, #28458)In reply to: KS2011: Structured error logging by Cyberax
Parent article: KS2011: Structured error logging
Minor nit: You can easily parse quoted strings using something like:
"([^"]|\\.)*"This will work since regexps choose the longest mathing string. Or am I missing something?
