mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
7 lines
259 B
Plaintext
7 lines
259 B
Plaintext
|
{
|
||
|
"function": "upper",
|
||
|
"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'"}]
|
||
|
}
|