fork download
  1. <?php
  2. echo preg_replace('/S(\d+)E(\d+)/i', '$1x$2', 'S05E14'). "\n";
  3. ?>
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
05x14