Core Function UCWords

From Sputnik Wiki
Jump to: navigation, search
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