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.

Question about using REGEXP_REPLACE to replace commas between double quotes

928881Apr 6 2012 — edited Apr 29 2012
Hello,

I have been looking around to try to find a solution to my problem but I would like to use the REGEXP_REPLACE function to do the following:
Original String:
TEXT1,TEXT2,"TEXT3,TEXT4,TEXT5",TEXT6,TEXT7,"TEXT8,TEXT9,TEXT10,TEXT11",TEXT12

Desired String:
TEXT1,TEXT2,"TEXT3 TEXT4 TEXT5",TEXT6,TEXT7,"TEXT8 TEXT9 TEXT10 TEXT11",TEXT12

Could anyone help me accomplish this?

Comments

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

Post Details

Locked on May 27 2012
Added on Apr 6 2012
11 comments
8,488 views