Created
March 24, 2019 22:32
-
-
Save JoshuaCarroll/1ac0c7d3b58cdfbd886cf3dfb937e121 to your computer and use it in GitHub Desktop.
RegEx for PA staff list from Veracross
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(.\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