Hi
using 11.2.0.4 EE.
How can I replace the following:
"replace(replace(replace(config_item,'COLLATERAL','COLLAT'),'AGREEMENT','AGREE'),'VALUE','VAL')"
with a single regular expression or something simpler ?
The reason is I need something simpler since more strings will be required to replace than simply the three currently listed.
Thanks
Peter