Skip to content

Instantly share code, notes, and snippets.

@softsolution
Created July 30, 2015 16:07
Show Gist options
  • Save softsolution/29fcf014193317ded92c to your computer and use it in GitHub Desktop.
Save softsolution/29fcf014193317ded92c to your computer and use it in GitHub Desktop.
выделение цены при парсинге html
$cena=str_replace(",",'.',$cena);
$cena=preg_replace("/[^x\d|*\.]/","",$cena);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment