/python-regex-scanner

Demo of how to use the underlying SRE engine to build a regex scanner

Primary LanguagePython

python-regex-scanner

A basic implementation of a class that helps tokenizing strings with Python regular expressions.

For more information see this blog post about regex gems.