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 Expression

    Posted Sun January 14, 2018 11:47 PM

    Hi team,

    Can you please help me use the regular expression in Sequence of Branch step ?

    I mean , i have to chk if value is an alphabet.

    So i give in the label property of sequence step , as %Value%==“[^a-z]” , its giving out errors.

    where Value==i.

    KIndly help its urgent


    #edi
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Regular Expression

    Posted Mon January 15, 2018 01:48 PM

    try on the branch step put Switch = /Value, Evaluate Labelsl = false, then for the sequence step put:
    /[^a-z]/
    on the label


    #webMethods
    #edi
    #Integration-Server-and-ESB


  • 3.  RE: Regular Expression

    Posted Mon January 15, 2018 02:00 PM

    If “Evaluate label” = “True”, you could set sequence label to %Value%==/[a-z]/


    #webMethods
    #Integration-Server-and-ESB
    #edi


  • 4.  RE: Regular Expression

    Posted Tue January 16, 2018 12:33 AM


  • 5.  RE: Regular Expression

    Posted Tue January 16, 2018 06:24 PM

    This is the way to go :))–

    Cheers!
    RMG


    #Integration-Server-and-ESB
    #webMethods
    #edi