OpenBIMRL | General functions
Class path: text.replace
Replace

Description
Replaces a matching text with new characters.
Input
| Input | Name | Typ | Description |
|---|---|---|---|
| 0 | String | Text | A text containing characters to be replaced. |
| 1 | pattern | RegEx | Symbol or expression to be replaced. |
| 2 | characters | Text | The inserted character string. |
Output
| Output | Name | Typ | Description |
|---|---|---|---|
| 0 | String | Text | The edited text. |
Use/Example