PageRenderTime 46ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/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
  1. re.compile("[A-Za-z_]" # letter or underscore
  2. "[A-Za-z0-9_]*" # letter, digit or underscore
  3. )