Remove every occurrence of a string in a given string.
A regular expression can be specified for more complex operations.
Properties
String 1
: String in which to remove String 2 occurrences
Default : empty
String 2
: String occurrences to remove from String 1
Default : empty
Case sensitive
: Toggle to enable a strict case sensitive comparison
Default : OFF
Reg Exp
: Toggle to enable a regular expression search
Default : OFF
Inputs
Name | Type | Description |
---|---|---|
String 1 | String | String in which to remove String 2 occurrences |
String 2 | String | String occurrences to remove from String 1 |
CaseSensitive | Boolean | Toggle to enable a strict case sensitive comparison |
RegExp | Boolean | Toggle to enable a regular expression search |
Outputs
Name | Type | Description |
---|---|---|
String | String | Resulting string |
Example
Need more help with this?
Don’t hesitate to contact us here.