[Tutor] use of raw strings with regular expression patterns

Manprit Singh manpritsinghece at gmail.com
Fri Nov 6 12:03:00 EST 2020


Dear sir ,

As you know there are some special characters in regular expressions , like
:
\A, \B, \b, \d, \D, \s, \S, \w, \W, \Z

is it necessary to use raw string notation like r'\A' while using  re
patterns made up of these characters ?



Regards


More information about the Tutor mailing list