Skip to content

Instantly share code, notes, and snippets.

@tahirm
Created February 5, 2015 16:40
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 tahirm/7d2295760c6cd6f336e0 to your computer and use it in GitHub Desktop.
Save tahirm/7d2295760c6cd6f336e0 to your computer and use it in GitHub Desktop.
Regex AND functionality. #regex #and Reference: http://stackoverflow.com/questions/3041320/regex-and-operator
String: foobaz
Regex: (?=.*foo)(?=.*baz)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment