Skip to content

Add regex word boundaries wtf#249

Open
nuno-andre wants to merge 2 commits into
satwikkansal:masterfrom
nuno-andre:master
Open

Add regex word boundaries wtf#249
nuno-andre wants to merge 2 commits into
satwikkansal:masterfrom
nuno-andre:master

Conversation

@nuno-andre
Copy link
Copy Markdown

Using cooked literals as regex patterns makes the baby Jesus cry.

Using cooked literals as regex patterns makes the baby Jesus cry.
Comment thread README.md

- `\B` matches the empty string, but only when it **_is not_** at the beginning or end of a word.
```py
>>> re.match('wtf\B', 'wtfwtf')
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All these string literals need to be raw strings

Copy link
Copy Markdown

@melidiamond1988-code melidiamond1988-code left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not the end of us

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.

3 participants