Core Function UCWords

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
UberFoX (Talk | contribs)
(Created page with "<pre> UCWords( <expression> ) </pre> === Description === Upper Cases first letter of each word in string. === Parameters === ==== expression ==== The string to use. === Re...")
Newer edit →

Revision as of 19:09, 1 December 2011

UCWords( <expression> ) 

Contents

Description

Upper Cases first letter of each word in string.

Parameters

expression

The string to use.

Return Value

Success: Returns new string.

Failure: Returns old string.

Remarks

None.

Example

$str = "The quick brown fox";
MsgBox(     UCWords($str)      );
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox