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!

How to do this using REGEXP_REPLACE?

PLSQL_GUYMar 8 2017 — edited Mar 8 2017

I have a filename in a variable like abc.txt.

I want to generate another filename into a variable which looks like this: abc-log.txt

How do I insert the -log part using REGEXP_REPLACE?

This post has been answered by CarlosDLG on Mar 8 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 5 2017
Added on Mar 8 2017
15 comments
651 views