Skip to content

Makes regex example self explanatory.#83

Merged
gregmalcolm merged 1 commit into
gregmalcolm:masterfrom
kissgyorgy:patch-2
Feb 10, 2014
Merged

Makes regex example self explanatory.#83
gregmalcolm merged 1 commit into
gregmalcolm:masterfrom
kissgyorgy:patch-2

Conversation

@kissgyorgy
Copy link
Copy Markdown
Contributor

20 == re.DOTALL | re.LOCALE doesn't makes much sense here and can be confusing for a beginner.
also 10 == re.IGNORECASE | re.MULTILINE why overcomplicate it when the string doesn't even have a newline?

20 == `re.DOTALL | re.LOCALE` doesn't makes much sense here and can be confusing for a beginner.
also 10 == `re.IGNORECASE | re.MULTILINE` why overcomplicate it when the `string` doesn't even have a newline?
gregmalcolm added a commit that referenced this pull request Feb 10, 2014
Makes regex example self explanatory.
@gregmalcolm gregmalcolm merged commit 1abf24e into gregmalcolm:master Feb 10, 2014
@gregmalcolm
Copy link
Copy Markdown
Owner

Thanks! Any interest in doing the same thing for python3 folder variant?

@kissgyorgy kissgyorgy deleted the patch-2 branch April 22, 2014 17:40
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.

2 participants