Ports
Port name | Description | Exposed property | Direction | Type |
---|---|---|---|---|
String | The string for which substring(s) matching the regular expression will be replaced with the ReplacementString. | False | Input | String port |
ReplacementString | The string which will replace the substring(s) which matches the regular expression in the string. | False | Input | String port |
Regular Expression | The regular expression against which the input string is matched. | True | Input | String port |
ResultString | The resulting string. | False | Input | String port |