Skip to content

Instantly share code, notes, and snippets.

@mikkohei13
Created July 31, 2015 11:08
Show Gist options
  • Save mikkohei13/b15e6b265ee18489b493 to your computer and use it in GitHub Desktop.
Save mikkohei13/b15e6b265ee18489b493 to your computer and use it in GitHub Desktop.
// Regex for matching strings that do not contain comma:
// BAsed on: http://stackoverflow.com/questions/717644/regular-expression-that-doesnt-contain-certain-string
^((?!,).)*$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment