IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Regular expressions

    Posted Thu May 29, 2003 05:38 PM

    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.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Regular expressions

    Posted Thu May 29, 2003 06:20 PM

    Hi Chris,

    try this …

    %GS08 or %GS08%

    Thanks,
    -GV


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 3.  RE: Regular expressions

    Posted Thu May 29, 2003 06:42 PM

    Chris,

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

    HTH,

    ajandja


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 4.  RE: Regular expressions

    Posted Thu May 29, 2003 06:56 PM


  • 5.  RE: Regular expressions

    Posted Thu May 29, 2003 06:57 PM

    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.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods