Difference between revisions of "NXSL:lower"

From NetXMS Wiki
Jump to navigation Jump to search
Line 10: Line 10:
== Parameters ==
== Parameters ==


:{|
:{| class="wikitable"
|-
|-
| ''string'' || The string to convert.
| ''string'' || The string to convert.

Revision as of 13:21, 22 November 2017

Converts string to lowercase.


Syntax

lower(string);


Parameters

string The string to convert.


Return Value

Source string converted to lowercase.


Examples

lower("aBcD")  	->	"abcd"