Skip to content

Instantly share code, notes, and snippets.

@greenygh0st
Created March 22, 2020 21:39
Show Gist options
  • Save greenygh0st/91eabce35379f9171c2e82c66bfc8995 to your computer and use it in GitHub Desktop.
Save greenygh0st/91eabce35379f9171c2e82c66bfc8995 to your computer and use it in GitHub Desktop.
A regex meant to be used to safely search for uuid segments
^(?!.*--)[A-Za-z0-9_-]*$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment