I still need to client side format 'DMXzone wappler' into 'DMXzone Wappler'

I believe it was the PHP titlecase formatter that resulted in a different output then the other titleCase formatters.

"DMXzone wappler".titlecase() in PHP returns DMXzone Wappler, while in AppConnect and with ASP it returns Dmxzone Wappler.

I think the PHP is indeed better in this case, if nobody has anything against it then I will change the behavior of the titlecase to that of PHP. To get the old behavior back you can then change your expression to "DMXzone wappler".lowercase().titlecase().

4 Likes