fork(2) download
  1. <?php
  2.  
  3. $text = "                 

Text\x0B\r\n\t";
  4. $res = preg_replace("/\s/u", "_", $text);
  5. echo $res;
  6.  
Success #stdin #stdout 0.01s 82944KB
stdin
Standard input is empty
stdout
___________________Text____