If I want to replace special characters [®,©,™] one with each html entity how can I do with wild cards
Where my inString is This is registered ®,this is copyright ©,this is trademark ™
what should be the searchString
what should be the replaceString where we have to replace ® = reg,© = copy ,™ = trade
out put should be This is registered reg,this is copyright copy,this is trademark trade
Is it possible with a single string:replace service :?:
Any help is appreciated.
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB