Created
July 31, 2015 11:08
-
-
Save mikkohei13/b15e6b265ee18489b493 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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