I’ve been struggling with trying to put together a regex and so now I’m looking for assistance. For example if I loop over vars that contains the below:
17581-2
16789
G18088494
I want to do a BRANCH step and state in a sequence step that it should match on the one that does NOT start with the character “G” and does NOT contain a hyphen. Criteria is both must not be in the var. In the above example, it would match on only 16789.
How can I do that?
Thanks.
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services