mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
8 lines
227 B
Plaintext
8 lines
227 B
Plaintext
|
{
|
||
|
"function": "length",
|
||
|
"description": "Returns the length of a string.",
|
||
|
"arguments": [ {"arg":"string","description":"string to count length of"}],
|
||
|
"examples": [ { "expression":"length('hello')", "returns":"5"}
|
||
|
]
|
||
|
}
|