mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
301 B
Plaintext
9 lines
301 B
Plaintext
{
|
|
"name": "lower",
|
|
"type": "function",
|
|
"groups": ["String"],
|
|
"description": "Converts a string to lower case letters.",
|
|
"arguments": [ {"arg":"string","description":"the string to convert to lower case"}],
|
|
"examples": [ { "expression":"lower('HELLO World')", "returns":"'hello world'"}]
|
|
}
|