Forum Discussion

kavithams's avatar
7 years ago

Freemarker replace string operation does not work inside a function

We need to replace certain characters in a string in freemarker. Generally we do this. <#assign message = message?replace("old","new") />   But this replace operation does not work when used with ...