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

Regular Expressions

  • 1.  Regular Expressions

    Posted Sat June 07, 2003 10:15 PM

    You can use any of the expressions ** or []{2} and use # as the replace string. It will not work for occurrances where you have more than two asterisks because replace does work recursively. So you can use replace in a REPEAT loop. After making a call to replace you can have a BRANCH step which looks for the regeular expression []{2} or ** and if it is not found exit out of the loop, otherwise continue with the next iteration.


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


  • 2.  RE: Regular Expressions

    Posted Thu June 12, 2003 04:28 AM