Created
April 2, 2014 14:47
-
-
Save wendellpalazzo/9935680 to your computer and use it in GitHub Desktop.
Expressão regular php para remover texto e trazer apenas sequencia numérica
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
preg_match_all("/[0-9]+/", "200 a 400",$m); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment