Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to replace REPLACE

1932140Nov 28 2014 — edited Nov 30 2014

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

This post has been answered by Deepak Mahto on Nov 28 2014
Jump to Answer

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 28 2014
Added on Nov 28 2014
4 comments
1,417 views