Skip to content

Instantly share code, notes, and snippets.

@xto3na
Last active February 19, 2017 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xto3na/c40df46df8a4c74dc1640da4b0d2e6af to your computer and use it in GitHub Desktop.
Save xto3na/c40df46df8a4c74dc1640da4b0d2e6af to your computer and use it in GitHub Desktop.
Regexp for price from text
([\d]+\.*[\d]+)
из строки "розничная цена: 154.22 грн" достанет "154.22"
или из строки "розничная цена: 15422 грн" достанет "15422"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment