fork(1) download
  1. <?php
  2.  
  3. $r = '$1\1';
  4. echo preg_replace('~(B.*?S)~', str_replace(array('\\', '$'), array('\\\\', '\\$'), $r), "BOSS");
Success #stdin #stdout 0.04s 52480KB
stdin
Standard input is empty
stdout
$1\1S