Skip to content

Instantly share code, notes, and snippets.

@erik4github
Last active January 4, 2019 17:48
Show Gist options
  • Save erik4github/b119ffac4f5a574f47300e41ac30d49d to your computer and use it in GitHub Desktop.
Save erik4github/b119ffac4f5a574f47300e41ac30d49d to your computer and use it in GitHub Desktop.
Regex Reference

Does Not Contain Question Marks (?) - Useful for Excluding Query Parameters in Reports

  • ^[^\?]*$

Filter By Excluding Matching Regex:

  • ^[^?]+(?.*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment