A cheat sheet for working with `Python` Regular Expressions (aka `regex`). [Offical Regex Docs](https://docs.python.org/dev/library/re.html) `\w` Any character ...
Regex101 is a very useful tool not just for creating new regular expressions but also (maybe more often) for troubleshooting existing regular expressions. For this you need to copy the regex from an ...