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
Expand all | Collapse all

Exclude certain numbers from range of numbers using Regular expression

  • 1.  Exclude certain numbers from range of numbers using Regular expression

    Posted 02/23/16 10:52 PM

    Hi Team

    Could some one help me with the regular expression, where we can exclude certain numbers in between from a range of numbers.

    Presently, ^([1-9][0][0-9])$ is the regular expression that is configured. Now if i want to exclude a few numbers/one number from it, how do i do it.


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 2.  RE: Exclude certain numbers from range of numbers using Regular expression

    Posted 02/24/16 06:39 PM

    try to have all the wanted number listed:
    [1|5|7]
    so you only allow 1, 5, 7 for that field


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General