]> granicus.if.org Git - python/commit
Improve regex tokenizer example by using re.finditer().
authorRaymond Hettinger <python@rcn.com>
Mon, 4 Aug 2014 06:38:54 +0000 (23:38 -0700)
committerRaymond Hettinger <python@rcn.com>
Mon, 4 Aug 2014 06:38:54 +0000 (23:38 -0700)
commitc566431bf0e91c5a235dbf42b2d80ae2afa44548
tree446ac3fb19842dbc73d5db13c8b47ecd5e5a1962
parent4036d87f4dfae69b0ff8850a3f5d6ce65cecd172
Improve regex tokenizer example by using re.finditer().

Also, improve variable names and fix column numbers
in the generated output.
Doc/library/re.rst