NXSL:lower

From NetXMS Wiki
Revision as of 20:51, 19 December 2012 by Victor (talk | contribs)
Jump to navigation Jump to search

Converts string to lowercase.


Syntax

lower(string);


Parameters

string The string to convert.


Return Value

Source string converted to lowercase.


Examples

lower("aBcD")  	->	"abcd"