Forum Discussion
bojanvelevski
4 years agoValued Contributor
.replaceAll()
is the method you need. If these 2 values are the only ones you need to replace than you can apply the above method with hardcoded values. Example :
.replaceAll('Phone','ALL_DEPT_PHONE')
If you have more values to replace than I suggest you to setup a config file.
Regards