Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upUnnecessary escape character - in Regex #805
Comments
This comment has been minimized.
This comment has been minimized.
|
This is working as intended. It's failing because you're escaping return /^[a-zA-Z0-9 .#]+$/.test(input) |
feross
closed this
Mar 1, 2017
lock
bot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
EasyAsABC123 commentedMar 1, 2017
the code it is failing on is: