From OpenSCADAWiki
String: Replace a part of the string by another string (strReplace)
Description: Replacing a part of the string by another string.
Parameters:
| Identifier | Parameter | Type | Mode | By defaults |
|---|---|---|---|---|
| str | String | String | Output | |
| pos | Position | Integer | Input | 0 |
| n | Number | Integer | Input | -1 |
| repl | String to replace | String | Input |