Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created July 3, 2019 16:11
Show Gist options
  • Select an option

  • Save jsmanifest/ad182f4dbeef1cfc707e87ddc27dd4ef to your computer and use it in GitHub Desktop.

Select an option

Save jsmanifest/ad182f4dbeef1cfc707e87ddc27dd4ef to your computer and use it in GitHub Desktop.
const hasInvalidChars = /^.*?(?=[\+\^#%&$\*:<>\?/\{\|\}\[\]\\\)\(]).*$/g.test(
inputValue,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment