fork download
  1. <?php
  2.  
  3. echo preg_replace("/(\d{1,2})\.(\d{1,2})/","$1:$2","18.00/23.00");
Success #stdin #stdout 0.01s 52488KB
stdin
Standard input is empty
stdout
18:00/23:00