<?php $foo = 'hello|world!'; $bar = ucwords($foo); // Hello|world! $baz = ucwords($foo, "|"); echo $baz;
You have javascript disabled. You will not be able to edit any code.