fork(5) download
  1. <?php
  2.  
  3. $s = " ddd \r\n bbb ";
  4. $n = preg_replace('~(*ANYCRLF)\h+$~m', '', $s);
  5. echo $n;
  6.  
Success #stdin #stdout 0.01s 52488KB
stdin
Standard input is empty
stdout
 ddd
  bbb