Post Made Community Wiki by Bill the Lizard
show/hide this revision's text 3 added 502 characters in body

No such thing. "Brilliant Regex" is an oxymoron

Edit: I'm 94.3% joking on that :)

I have an app I'm working on that translate from C# to D. It consists of a several dozen RegExp rules. It's darn near impossible to figure out whats going on without good tools:

\s*(((abstract)|(static))\s+)?(((public)|(private))\s+)?((class)|(interface)) ([a-zA-Z_][a-zA-Z0-9_]*)[^{]*({.*})?.*
^\s*((public)|(private))?(\s+((static)|(virtual)))?\s+([a-zA-Z_][a-zA-Z0-9_]*(!\(.*\))?)\s+([a-zA-Z_][a-zA-Z0-9_]*)\s*(~|{)

but it would be even worse without RegEx

show/hide this revision's text 2 clarification

No such thing. "Brilliant Regex" is an oxymoron

Edit: I'm 94.3% joking on that :)

show/hide this revision's text 1