Skip to content

Instantly share code, notes, and snippets.

@NoMan2000
Created September 6, 2014 21:29
Show Gist options
  • Save NoMan2000/9bd37e187e0905dc5c5b to your computer and use it in GitHub Desktop.
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
[^\d]+(?<!^[+-])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment