regex operators in python
August 30th, 2004
Cute: a subclass of str
which includes
regular-expression operator overloads (e.g. to match, restr("wombat") / "...$"
).
I am currently a software engineer at Google, where as a member of the Android platform team I build frameworks and user interfaces.
The blog here at dsandler.org is mostly historical; you can find more recent posts on Google+.
Cute: a subclass of str
which includes
regular-expression operator overloads (e.g. to match, restr("wombat") / "...$"
).