Created
September 6, 2014 21:29
-
-
Save NoMan2000/9bd37e187e0905dc5c5b to your computer and use it in GitHub Desktop.
PCRE to match anything not a negative or positive number followed by digits
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
[^\d]+(?<!^[+-]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment