Skip to content

Instantly share code, notes, and snippets.

@whitneygriffith
Created September 27, 2020 20:41
Show Gist options
  • Save whitneygriffith/c277b8198c5d3a6f570666d38a10af8d to your computer and use it in GitHub Desktop.
Save whitneygriffith/c277b8198c5d3a6f570666d38a10af8d to your computer and use it in GitHub Desktop.
export const PHONE_REGEX = /\+\d{7,16}/;
export const PIN_REGEX = /\d{4}/;
export const SECURITY_CODE_REGEX = /\d{6}/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment