Regular Expressions Reference

Based on https://docs.python.org/3/howto/regex.html

Character classes

Repetitions

Operators

Groups

Regex Functions in Python