[DGD] parse_string regular_expression

Shentino shentino at gmail.com
Mon Apr 12 09:50:48 CEST 2010


Regarding malformedness...

//[^*\n]+/

Appears to be interpreted an empty regex "//" followed by
gibberish...apparently one too many slashes at the beginning

/\\/\*(.*?)\*\//

/, escaped \, /, then more stuff outside the regex.

My guess is that you fell victim to a couple of typos.



More information about the DGD mailing list