/test/match.let
http://github.com/fizx/parsley · Unknown · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · acd7af12bbf5a339013b93a3f37c831f MD5 · raw file
- {
- "matches(c)": [{
- "a": "regexp:match(., 'no+')",
- "b": "regexp:match(., 'no+', 'i')",
- "c": "regexp:match(., 'no+', 'g')",
- "d": "regexp:match(., 'no+', 'gi')"
- }],
- "first-capture-group(c)": ["regexp:match(., '(spot).*')[2]"]
- }