Core Function LCWords
From Sputnik Wiki
(Difference between revisions)
m (1 revision) |
m (1 revision) |
Latest revision as of 12:38, 14 June 2015
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) );