Regex Apply Action

With the help of the Regex Apply Action it is possible to clean a string (for example a project name) via a REGEX. For example, if the permitted characters were restricted to a-A and 0-1 and this REGEX was applied to the string, all characters that do not meet this requirement would be replaced. It is possible to define with which other characters these should be replaced. The conformed string is available via the wildcard {stream.last_result} or via {node.result.?} And can thus be used in the stream in the corrected form.

Last updated