ll.ToLower(Text: string) : string
Returns a string that is Text with all lower-case characters.
ll.ToLower('test')
{
"def": "func",
"desc": "Returns a string that is Text with all lower-case characters.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlToLower",
"name": "ToLower",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"string"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Text",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}