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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Regular Expression

    Posted 01/14/18 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 01/15/18 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 01/15/18 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 01/16/18 12:33 AM


  • 5.  RE: Regular Expression

    Posted 01/16/18 06:24 PM

    This is the way to go :))–

    Cheers!
    RMG


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