fork download
  1. <?php
  2.  
  3. $html = '%5B%5Bsignature%5D%5D here';
  4. echo str_replace('%5B%5Bsignature%5D%5D', 'replaced!', $html);
Success #stdin #stdout 0.01s 52488KB
stdin
Standard input is empty
stdout
replaced! here