fork(8) download
  1. <?php
  2. $tel = "+7 (977) 801-2041";
  3. $tel = preg_replace('/[^0-9]/', '', $tel);
  4. echo $tel;
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
79778012041