webMethods

webMethods

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

replace (TM) by Trademark ™

  • 1.  replace (TM) by Trademark ™

    Posted Wed June 15, 2011 04:07 PM

    All,

    does anyone know the syntax to replace ™ by ™ ? It’s “ALT + 0153”. Any idea???

    Thanks.

    Regards,

    Dennis


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


  • 2.  RE: replace (TM) by Trademark ™

    Posted Wed June 15, 2011 06:16 PM

    searchString: (TM)
    replaceString: ™
    useRegex: true

    Be aware that this may not survive depending upon what you do with the resulting string and the charset used.


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