|
|
|
|
|
by andrewcooke
4764 days ago
|
|
in case it's not clear - the "regular expressions" he's using are perl's (well, based on perl's - PCRE) which are notoriously extended past the theoretical definition, or past what almost all other regexp libs / languages provide. the examples won't work in python or java, for example. |
|