String:RegexReplace
String:RegexReplace allows you to filter
for certain patterns in strings and edit
these parts, using regular expression*.
| Pin | Info |
|---|---|
|
|
1-Input[String]: This string is checked for the bufferedRegex pattern, any matches are replaced by the Replace string. 2-Regex[String]: Stores the Input as new Regex patternin the node buffer. 3-Replace[String]: Stores the Input as new Replace value in thenode buffer, replaces any matches in the last input with this value. |
|
|
1-Result[String]: Emits the new string with allregex matches replaced by the Replace string. |
| Node Parameters | |
|
Regex: Defines the Regular expression Pattern to look for in the input String. Editing this string will show result with last input. Replace: Anything matching the regex pattern in the input String will be replaced by this value. Expand: Ignore case: If enabled, the Node will match upper and lower case characters in inputs even if only one of them is in the regex pattern. |
|
