Difference between revisions of "Ucwords"
From P6 Spheres
| Line 1: | Line 1: | ||
| − | <noinclude>Example: <nowiki>{{ucwords|best wedding ever!}}</nowiki> = {{ucwords|best wedding ever!}}</noinclude><!-- | + | <noinclude>Example: <nowiki>{{ucwords|best wedding ever!}}</nowiki> = {{ucwords|best wedding ever!}} |
| − | --><includeonly>{{#phptag: echo ucwords($argv[1]);}}</includeonly> | + | |
| + | 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!