Workspace 6.21.5
|
Takes an input string and substitutes all instances of a substring with a replacement string. Equivalent of a string replace function.
Inputs: | |||
---|---|---|---|
Use regular expression matching | bool | If enabled, the operation will replace all substrings that match a regular expression, rather than a literal substring. The regular expression should be entered in the Substring to match input. | |
Substring to match | QString | ||
Replacement substring | QString | The string to use as a replacement of the matched substring. | |
Input string | QString | ||
Outputs: | |||
String | QString |