Backslash escape in regular expressions
A.M. Kuchling
amk at mira.erols.com
Tue Dec 12 10:00:51 EST 2000
More information about the Python-list mailing list
Tue Dec 12 10:00:51 EST 2000
- Previous message (by thread): Backslash escape in regular expressions
- Next message (by thread): 3rd argument to os.path.walk(): Why?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 12 Dec 2000 14:55:12 +1100, Jonathan Giddy <jon at bezek.dstc.monash.edu.au> wrote: >but instead matches the Python string '(hello)\n'. I prefer the latter, >but think the documentation should indicate that \a, \f, \n, \t, \v, and >\x are also "special sequences". It probably should mention that. Care to submit a patch to libre.tex? --amk
- Previous message (by thread): Backslash escape in regular expressions
- Next message (by thread): 3rd argument to os.path.walk(): Why?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list