Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phillipharding/0025e986ccf5cd2657d57f618601c898 to your computer and use it in GitHub Desktop.
Save phillipharding/0025e986ccf5cd2657d57f618601c898 to your computer and use it in GitHub Desktop.

~ # % & * { } + \ / : < > ? | " .

REGEX

[~#%&*{}+\\/:<>?|'".]+
const hasInvalidCharacters = teamName.match(/[~#%&*{}+\\/:<>?|'".]+/gi);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment