I have a String that can contain many <br> s which is normally used in html display.
But I want to use the same string in a plain text of an email notification.
Hence, I want to Replace all of the <br> with a CR().
I thought this should work... but alas... Aware will not accept it.
REPLACE_PATTERN(NP_TripAlertBulletinCustomerTrailerString.TrailerString, '<br>' , CR())
Any ideas would be appreciated.