NXSL:lower

From NetXMS Wiki
Jump to navigation Jump to search
This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

Converts string to lowercase.


Syntax

lower(string);


Parameters

string The string to convert.


Return Value

Source string converted to lowercase.


Examples

lower("aBcD")  	->	"abcd"