<?php$string = "Hello Word";$string = preg_replace('/ /', '', $string);echo $string;
Standard input is empty
HelloWord
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!