changes.mady.by.user Jules
Saved on May 06, 2014
In the workflow task Router node, regular expressions can be used in the rules when set to matches.
A regular expression is a way to describe search patterns which the system can recognize. A formal syntax is used to create regular expressions.
To use a regular expression in the Router node, follow these steps:
|
cat|dog
?
?r
*
c*
+
c+
.
.c
^
^The
$
the end$
[]
[abc] matches "a", "b" or "c"
[abc]
[a-z] specifies a range which matches any lower case letter from "a" to "z"
[a-z]
[^]
[^abc]
\
\?$
ab{3}c matches only "abbbc"
ab{3}c
Find out more about what a regular expression is and can do here.
All supported regular expression constructs can be found here.
WebCenter 12.1 and newer
Note: This is an anonymous survey. If you need help from Esko Support, register a Support Case here.