fork(1) download
  1. <?php
  2. $last_word = "o'clock.";
  3.  
  4. $new_word= preg_replace('/[^a-zA-Z0-9 ]/','',$last_word);
  5.  
  6. echo $new_word;
  7. ?>
Success #stdin #stdout 0.02s 13064KB
stdin
Standard input is empty
stdout
oclock