Skip to content

\W is the opposite. It matches any non-word character and is equivalent to [^a-zA-Z0-9_]: #1

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
imsanjoykb opened this issue Oct 7, 2020 · 0 comments

Comments

@imsanjoykb
Copy link
Owner

re.search('\W', 'a_13Qb')
<_sre.SRE_Match object; span=(3, 4), match='
'>
re.search('[^a-zA-Z0-9_]', 'a_13Qb')
<_sre.SRE_Match object; span=(3, 4), match='
'>

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant