Core Function LCFirst

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<pre> LCFirst( <expression> ) </pre> === Description === Lower Cases first letter of string. === Parameters === ==== expression ==== The string to use. === Return Value ==...")
 
m (1 revision)
 
(One intermediate revision by one user not shown)

Latest revision as of 12:38, 14 June 2015

LCFirst( <expression> ) 

Contents

Description

Lower Cases first letter of 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(     LCFirst($str)      );
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox