fork(1) download
  1. <?php
  2.  
  3. $re = "/modules\\\\([^\\\\]*)\\\\controllers/";
  4. $str = "test\\modules\\test\\controllers";
  5. preg_match($re, $str, $matches);
  6. echo $matches[1];
Success #stdin #stdout 0.02s 52432KB
stdin
Standard input is empty
stdout
test