Core Function LCWords

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<pre> LCWords( <expression> ) </pre> === Description === Lower Cases first letter of each word in string. === Parameters === ==== expression ==== The string to use. === Re...")
 
m (1 revision)

Revision as of 21:40, 11 August 2014

LCWords( <expression> ) 

Contents

Description

Lower 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(     LCWords($str)      );
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox