fork(3) download
  1. <?php
  2.  
  3. $text = "Какой же ты д у Р а К";
  4. $regexp = "/д(у|\\s){1,2}(р|\\s){1,2}(а|\\s){1,2}(к|\\s]){1,2}/iUu";
  5. $replacement = preg_replace($regexp,'Хороший человек', $text);
  6. echo $replacement;
Success #stdin #stdout 0.02s 52432KB
stdin
Standard input is empty
stdout
Какой же ты д у Р а К