mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
16 lines
379 B
Plaintext
16 lines
379 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'"
|
|
}],
|
|
"tags": ["converts", "letters", "lower", "case"]
|
|
}
|