mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
10 lines
444 B
Plaintext
10 lines
444 B
Plaintext
|
{
|
||
|
"function": "replace",
|
||
|
"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'"}
|
||
|
]
|
||
|
}
|