function

lcfirst . string . sncode

VERSIONlatest Returns lc value of a string’s first character.

LCFIRST(1e)

NAME

lcfirst - Returns the lowercase value of a string’s first character.

SYNOPSIS

lcfirst(str)

DESCRIPTION

This function returns the lowercase value of the first character of a string.

This doesn’t affect numbers or special characters.

PARAMETERS

str
The input string.

RETURN

string
Returns the resulting string.

EXAMPLES

Note: In the followings examples, the _ between the { should be removed to make it work.

in:  res={_{lcfirst("ONE SAMPLE")}}.
out: res=oNE SAMPLE.

AUTHOR

Written by Pusnei Sergey and Caroline Laplante, <sergey@sednove.com>