Extracting pieces of text out of larger strings based on patterns, this is what
regular expression matching facilitates. It really is great stuff...once you
wrap your head around it. Most frequently I use regular expression matching in
Python, trying to create categorized datasets by extracting values from long
strings