fork download
  1. <?php
  2.  
  3. $str = 'title:hello mexico body:something #css#php #html city';
  4. $str = preg_replace('~(?:\b(?:title|body):\S+|#\w+)\s?~u', "", $str);
  5. echo $str;
Success #stdin #stdout 0.02s 26116KB
stdin
Standard input is empty
stdout
mexico city