Re: Adding new escapes to regex module

Serhiy Storchaka <[email protected]> Thu, 18 Aug 2022 14:51:03 +0300
Newsgroups gmane.comp.python.devel
Message-ID <[email protected]>
17.08.22 19:34, MRAB пише:
> It's not just Java. Perl supports all 4 of \h, \H, \v and \V. That might 
> be why Java 8 changed.

But Perl does not have conflict between strings and regular expressions, 
because regular expression is a separate syntax construct.

_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/[email protected]/message/V47KWBKWCTBBXM637VPPJTR3QD4C5S23/
Code of Conduct: http://python.org/psf/codeofconduct/