fork(1) download
  1. <?php
  2. $text ='around background background background background';
  3. $non_repeat = preg_replace("/\b(\w+)(?:\s\\1)+/i", "$1", $text);
  4. echo $non_repeat;
  5. ?>
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
around background