Skip to content

Instantly share code, notes, and snippets.

@wendellpalazzo
Created April 2, 2014 14:47
Show Gist options
  • Save wendellpalazzo/9935680 to your computer and use it in GitHub Desktop.
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
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