The example provide doesn't work because it is missing the ending trail '; please refer to this post: https://forum.espocrm.com/forum/gene...6217#post66217
Code provided:
Code:
string\replace('Hello {test}, '{test}, 'world)
Code:
string\replace('Hello {test}', '{test}', 'world')
Comment