mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
9 lines
302 B
Plaintext
9 lines
302 B
Plaintext
{
|
|
"name": "trim",
|
|
"type": "function",
|
|
"description": "Removes all leading and trailing whitespace (spaces, tabs, etc) from a string.",
|
|
"arguments": [ {"arg":"string","description":"string to trim"}],
|
|
"examples": [ { "expression":"trim(' hello world ')", "returns":"'hello world'"}
|
|
]
|
|
}
|