Regular Expressions Sheetpdf
Regular Expressions Sheetpdf
Source: https://github.com/tartley/python-regex-cheatsheet/blob/master/cheatsheet.rst
+ 1 or more "
? 0 or 1 "
\A Start of string
\d Digit
\D Non-digit
\S Non-whitespace
\W Non-alphanumeric
\Z End of string
\f ASCII Formfeed
\n ASCII Linefeed
\t ASCII Tab
\\ A single backslash
numbered group