fork download
  1. <?php
  2. $chars = array('!', '@', '#');
  3. echo str_replace($chars, '', 'oh! texto com # e @ para apagar!');
  4.  
  5. //https://pt.stackoverflow.com/q/45595/101
Success #stdin #stdout 0s 82560KB
stdin
Standard input is empty
stdout
oh texto com  e  para apagar