fork download
  1. <?php
  2.  
  3. $s = 'Power.S04E10.You.Cant.Fix.This.720p.&.1080p.NF.WEB-DL.DD5.1.x264-NTb';
  4. if (preg_match('/\.s([0-9]+)e([0-9]+)\./i', $s, $matches)) {
  5. echo $matches[1] . " - " . $matches[2];
  6. }
  7.  
Success #stdin #stdout 0s 82624KB
stdin
Standard input is empty
stdout
04 - 10