Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save YakovSPb/2e09fead57674c828c59949f97858ca2 to your computer and use it in GitHub Desktop.
Save YakovSPb/2e09fead57674c828c59949f97858ca2 to your computer and use it in GitHub Desktop.
Регулярные выражениея
Удаление все кроме цифр
======================
replace(/[^\d]+/g, "")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment