fork download
  1. <?php
  2.  
  3. $str = '"+73432873129" <+73432873129>';
  4. preg_match('/(\d+)/', $str, $matches);
  5. echo $matches[1];
Success #stdin #stdout 0s 52488KB
stdin
Standard input is empty
stdout
73432873129