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
Lowercase of Hello World is $wbfn[LCS(Hello World)]!
Lowercase of Hello World is hello world!
No comments:
Post a Comment