ll.ToUpper (Text: string) -> stringReturns a string that is Text with all upper-case characters.
ll.ToUpper('test')
{
"def": "func",
"desc": "Returns a string that is Text with all upper-case characters.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlToUpper",
"private": false,
"takesSelf": false,
"name": "ToUpper",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "string"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Text",
"desc": "",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}