/lib/PEG_GrammarExplorer/PEG_GrammarExplorer/PegSamples/python_2_5_2/input/string_concat.py
http://github.com/chrisjowen/nLess · Python · 4 lines · 3 code · 1 blank · 0 comment · 0 complexity · 77de4430d83a113b271b220400b5c645 MD5 · raw file
- re.compile("[A-Za-z_]" # letter or underscore
- "[A-Za-z0-9_]*" # letter, digit or underscore
- )