mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
16 lines
379 B
Plaintext
16 lines
379 B
Plaintext
{
|
|
"name": "upper",
|
|
"type": "function",
|
|
"groups": ["String"],
|
|
"description": "Converts a string to upper case letters.",
|
|
"arguments": [{
|
|
"arg": "string",
|
|
"description": "the string to convert to upper case"
|
|
}],
|
|
"examples": [{
|
|
"expression": "upper('hello WOrld')",
|
|
"returns": "'HELLO WORLD'"
|
|
}],
|
|
"tags": ["converts", "upper", "letters", "case"]
|
|
}
|