Getting started with regex in python

I have been wanting to learn regex. Not just because it reminds me of q a bit but because it’s actually very useful and can be used within numerous languages including python. In case you don’t know, regex stands for regular expression. A regex is “a sequence of characters that define a search pattern.” Most popular use case is …