<?php echo preg_replace("~\bTest\b~", "1", "Test me!");echo "\n";echo preg_replace('~\bTest\b~', "1", "Test me!");
Standard input is empty
1 me! 1 me!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!