Skip to content

Instantly share code, notes, and snippets.

@mattcollier
Created November 1, 2018 00:15
Show Gist options
  • Save mattcollier/a4d58886194dbe8a05ff5ae11119ecf0 to your computer and use it in GitHub Desktop.
Save mattcollier/a4d58886194dbe8a05ff5ae11119ecf0 to your computer and use it in GitHub Desktop.
ajv bad regex
const pattern = cfg.environment === 'live' ?
"^(did\:v1\:nym\:|did\:v1\:uuid\:)([-_A-Za-z0-9.]+)$" :
"^(did\:v1\:test\:nym\:|did\:v1\:test\:uuid\:)([-_A-Za-z0-9.]+)*$";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment