How to use the regular expression functions provided by the ‘re’ library to match, search, and replace text in your Python programs. Regular expressions, or “regex,” is a system for finding complex ...
So, before I start trying to piece something together from random internet tutorials and the python user guide. TL;DR: What's a fairly simple way to spin of a sub-process (basically, another ...