- https://en.wikibooks.org/wiki/Python_Programming/Regular_Expression#Pattern_objects
- https://docs.python.org/3/library/re.html#re.X — “This flag allows you to write regular expressions that look nicer and are more readable by …” — my favourite flag
Q: How to combine a couple of flags? A: add them like integers!
Leave a Reply