<?php $input = 'Hi_i_am_working_on_javascript_comment_box'; $output = str_replace('_', ' ', $input); var_dump($output);
Standard input is empty
string(41) "Hi i am working on javascript comment box"
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!