On Thu, 06 Aug 2009 17:02:44 +0100, MRAB wrote: > The character class \d is equivalent to [0-9]
Not for Unicode, which is the default in 3.x. -- http://mail.python.org/mailman/listinfo/python-list
On Thu, 06 Aug 2009 17:02:44 +0100, MRAB wrote: > The character class \d is equivalent to [0-9]
Not for Unicode, which is the default in 3.x. -- http://mail.python.org/mailman/listinfo/python-list