Created
June 28, 2017 16:34
-
-
Save arpit/3d014d3d585bf534d0cf0f6b82b51fe7 to your computer and use it in GitHub Desktop.
Regex for Comcast stuff
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
(.*?)$ | |
//Note the space at the beginning | |
^[A-Za-z]+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment