Skip to content

Instantly share code, notes, and snippets.

@JoshuaCarroll
Created March 24, 2019 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoshuaCarroll/1ac0c7d3b58cdfbd886cf3dfb937e121 to your computer and use it in GitHub Desktop.
Save JoshuaCarroll/1ac0c7d3b58cdfbd886cf3dfb937e121 to your computer and use it in GitHub Desktop.
RegEx for PA staff list from Veracross
(.\n)?((.*)\n)?((.*)\n)?(WORK\n(\d{3}\D?\D?\d{3}\D?\d{4})\n)?(EMAIL\n([a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*)\n)?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment