Core Function LCLast

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<pre> LCLast( <expression> ) </pre> === Description === Lower Cases last letter of string. === Parameters === ==== expression ==== The string to use. === Return Value === ...")
 
m (1 revision)

Revision as of 21:40, 11 August 2014

LCLast( <expression> ) 

Contents

Description

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