fork download
  1. <?php
  2.  
  3. $re = '/(comment|\p{L}*vid\p{L}*|nice)/';
  4. $s = "new ivideo";
  5. if (preg_match($re, $s, $m)) {
  6. echo $m[0];
  7. }
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
ivideo