Skip to content

Instantly share code, notes, and snippets.

@taylorsmithgg
Last active June 1, 2017 03:58
Show Gist options
  • Save taylorsmithgg/6dcc25d0dafa0ca50e5f to your computer and use it in GitHub Desktop.
Save taylorsmithgg/6dcc25d0dafa0ca50e5f to your computer and use it in GitHub Desktop.
Single value
(?<=webSecurityToken":")(?:[^\\"]+|\\.)*
All key, value pairs
(?!":")([^\\":,]+|\\.)
Email Validation
.+@.+\..+[^.]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment