/ Published in: PHP
Will help convert string to number OR get number in a selected string.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php // extract numbers from a string $string = "The 1. Quick and 2. Brown fox said 3. (!@*(#!@*"; echo $new_string; // output: 123 ?>