Difference between revisions of "Ucwords"
From P6 Spheres
(Created page with "{{#phptag: echo ucwords($argv[1]);}}") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{#phptag: echo ucwords($argv[1]);}} | + | <noinclude>Example: <nowiki>{{ucwords|best wedding ever!}}</nowiki> = {{ucwords|best wedding ever!}} |
| + | |||
| + | Example: <nowiki>{{ucwords|s=here: it is!}}</nowiki> = {{ucwords|s=here: it is!}}</noinclude><!-- | ||
| + | --><includeonly>{{#if:{{{s|}}}|{{#phptag: echo ucwords($argv['s']);}}|{{#phptag: echo ucwords($argv[1]);}}}}</includeonly> | ||
Latest revision as of 12:25, 16 March 2020
Example: {{ucwords|best wedding ever!}} = Best Wedding Ever!
Example: {{ucwords|s=here: it is!}} = Here: It Is!