Skip to content

Instantly share code, notes, and snippets.

@ihorkatkov
Created February 17, 2016 08:45
Show Gist options
  • Save ihorkatkov/e76cf0010793fe4810e7 to your computer and use it in GitHub Desktop.
Save ihorkatkov/e76cf0010793fe4810e7 to your computer and use it in GitHub Desktop.
Вырезает цифры из строки
preg_replace('/[^\d]+/', '', $response);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment