Replace characters from a string with velocity
Hello Champions,
This is my use case: I have a lead record with HTML code, let's say "%p$Lorem ipsum dolor sit amet%/p$", if I swap the "%" for a "<" and the "$" for a ">", would be the HTML code we all know. So, I'm trying to make that replacement with velocity but couldn't find a solution, I've tried several things, but nothing seems to work for me.
I'm new to the velocity scripting world and been looking around to avoid making this thread but well, here I'm. I appreciate any help you can give me. Thanks!