Hi Experts,
In our flow we have a stirng which need to be searched and replaced with different string. So we had pub.String.replace to replace the string.
But now we have too many items/strings to be searched and replaced.
So using a replace function many times is not a better option.
We decided to implement hash table concept.
Could anyone please suggest us how to implemnt this search and replacing in hash table?
Any documentation available anywhere?
Thanks
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods