Skip to content

Instantly share code, notes, and snippets.

@arioch1984
Created May 16, 2014 15:47
Show Gist options
  • Save arioch1984/32f8a4aa0ef053f86310 to your computer and use it in GitHub Desktop.
Save arioch1984/32f8a4aa0ef053f86310 to your computer and use it in GitHub Desktop.
Parse string for float numbers
<?php
preg_match_all('!\d+\,*\d*!', $price, $matches);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment