Skip to content

Conversation

nuno-andre
Copy link

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

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

- `\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

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

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