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!
Hello,
Could you please advise how to replace the string after COMPLIANCE by using regexp_replace.
I want to replace the CO with MP in the string but search position start after COMPANY.
Str : COMPANY|CO||||||||||
Output: COMPANY|MP||||||||||
Thanks