Description Usage Arguments Value Examples
Formats the first word in the given text to have title case.
1 | titleize_first(txt)
|
txt |
character: text to be formatted in title case. |
character: the supplied text with its first word in title case.
1 2 3 | titleize_first("hello")
titleize_first("hello world")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.