mitsuhiko / python-regex-scanner

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

Home Page:http://lucumr.pocoo.org/2015/11/18/pythons-hidden-re-gems/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

http://lucumr.pocoo.org/2015/11/18/pythons-hidden-re-gems/

License:Other


Languages

Language:Python 100.0%