Skip to content

Instantly share code, notes, and snippets.

@GitHub30
Last active July 27, 2019 12:54
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 GitHub30/26c5984af124c3d79b06f8aaae2d1ea0 to your computer and use it in GitHub Desktop.
Save GitHub30/26c5984af124c3d79b06f8aaae2d1ea0 to your computer and use it in GitHub Desktop.
'^([^'\\]|\\.|'')*$'
"^([^"\\]|\\.|"")*$"
^SELECT age FROM users WHERE name = '([^'\\]|\\.|'')*'$
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment