Forum
Change capitalization of output
Hi there,
I know you can use the format
attribute to change whole strings to uppercase and lowercase. But is there any way to capitalize/uncapitalize words within the string? Something like PHP's ucwords() function, that would turn "Editor's text input" into "Editor's Text Input".
There isn't, I'm afraid.