fork download
  1. <?php
  2.  
  3. $text="Hello World! C+ C++ C#";
  4. print_r(preg_replace('/\+{2}(*SKIP)(*F)|[[:punct:]]+/', ' ', $text));
Success #stdin #stdout 0s 52488KB
stdin
Standard input is empty
stdout
Hello World  C  C++ C