String_lower - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Notation

Description

Converts all the letters in the given string to lowercase and returns the result.

Parameters

  • str, the string to format

Return Values

Returns the string after lowercase conversion.

Example Call

Example of using the function.

NOTOC

Category:Function:String