Regular expressions

I a field that can contain the following possible values:
T810GS08, T870GS08, T832GS08
I just need to know if the field contains GS08.
What is correct syntax for the regular expression that would go in my label.
My BRANCH is on Switch.
BRANCH – /fields/MetaData/Name
---->[/+GS08+/]

I’ve also tried a few other variations.
Thanks in advance.

Hi Chris,

try this …

%GS08 or %GS08%

Thanks,
-GV

Chris,

I think /GS08/ should work fine in the “label” property of the sequence/flow step under the branch.

HTH,

ajandja

Guys thanks.
Solution is /GS08/

Chris:

BRANCH on /fields/MetaData/Name
---->/GS08/:Sequence
-------->Place your map–
----->default:Sequence (if no GS08)
--------->Place your map–

This is working and pls run with step F7 it will show up.

HTH.