![]() |
Next Page |
| Contents > Functions reference (alphabetical list) > Text functions > Substitute function |
|
|
| Substitute function |
| Format |
Substitute(text;searchString;replaceString) |
| Parameters |
| text - any text expression or text field |
| searchString - any text expression or text field |
| replaceString - any text expression or text field |
| Data type returned |
| text |
| Description |
| Returns a text string with every occurrence of searchString in text replaced by replaceString in text. |
| The Substitute function is case-sensitive. Compare to the Replace function. |
Substitute(text; [search1; replace1]; [search2; replace2]; ... [searchN; replaceN]) |
| Examples |
| Substitute(Description;"WYSIWYG.";"What you see is what you get") replaces every occurrence of the acronym "WYSIWYG." in the Description field with the phrase What you see is what you get. |
| Substitute(text;["a";"A"];["b";"B"]) replaces every lowercase a or b with A or B. |
| Related topics |
| Functions reference (category list) |
| Functions reference (alphabetical list) |
| About formulas |
| About functions |
| Defining calculation fields |
| Using operators in formulas |
|
|
| Contents > Functions reference (alphabetical list) > Text functions > Substitute function | Next Page |