String utility regex

When you are creating a workflow with the  Development Studio application, you can use the regex utility to check for patterns in strings or perform substitution on strings. The Regex utility is based on Java’s Regex utility.

The regex utility evaluates or modifies a simple string using the Regex Transform Editor. If you select evaluate, the String utility evaluates the input string and indicates whether the search pattern is contained in the string. The output value of the evaluation is either true or false. If you select modify, the String utility searches the input string for the search text and substitutes that text with the replacement text.

You can use the String utility to evaluate strings with regular expressions, or to substitute a string with a regular expression.

Was this page helpful? Yes No Submitting... Thank you

Comments