Skip to content

runner for Python2.7#17

Open
pylig wants to merge 1 commit intophallguy:masterfrom
pylig:Python2.7
Open

runner for Python2.7#17
pylig wants to merge 1 commit intophallguy:masterfrom
pylig:Python2.7

Conversation

@pylig
Copy link
Copy Markdown

@pylig pylig commented Feb 23, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant