<?php

$input = 'Hi_i_am_working_on_javascript_comment_box';

$output = str_replace('_', ' ', $input);

var_dump($output);