mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
11 lines
462 B
Plaintext
11 lines
462 B
Plaintext
{
|
|
"name": "replace",
|
|
"type": "function",
|
|
"description": "Returns a string with the the supplied string replaced.",
|
|
"arguments": [ {"arg":"string","description":"the input string"},
|
|
{"arg":"before","description":"the string to replace"},
|
|
{"arg":"after","description":"the string to use as a replacement"}],
|
|
"examples": [ { "expression":"replace('QGIS SHOULD ROCK','SHOULD','DOES')", "returns":"'QGIS DOES ROCK'"}
|
|
]
|
|
}
|