refiddle-com icon indicating copy to clipboard operation
refiddle-com copied to clipboard

runner for Python2.7

Open pylig opened this issue 9 years ago • 0 comments

This is my simple app for python regexp refiddle. Squashed.

Flags - https://docs.python.org/2/library/re.html#module-contents

FLAG_MAPS = { 'g': 510, 's': re.DOTALL, 'm': re.MULTILINE, 'l': re.LOCALE, 'i': re.IGNORECASE, 'u': re.UNICODE, 'x': re.VERBOSE, }

Flag "g" - full text matching

pylig avatar Feb 23 '16 08:02 pylig