/test/replace.let
http://github.com/fizx/parsley · Unknown · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · 2657a82cfe1a920e0ef80acf5924a91b MD5 · raw file
- {
- "matches(c)": [{
- "a": "regexp:replace(string(.), 'no+', '', 'yes')",
- "b": "regexp:replace(string(.), 'no+', 'i', 'yEs')",
- "c": "regexp:replace(string(.), 'no+', 'g', 'yes')",
- "d": "regexp:replace(string(.), 'no+', 'gi', 'yEs')"
- }]
- }