LCS ($WBFN) - to lowercase

Availability
LCS is available for use with all WBSP commands.

Syntax
$WBFN{LCS(anystring)}
$WBFN[LCS(anystring)]

Arguments
anystring - any string value.
 

Returns
The string passed as an argument converted to lowercase characters.

Example

<html>
<body>
Lowercase of Hello World is $wbfn[LCS(Hello World)]!
</body>
</html>

Result

Lowercase of Hello World is hello world!