Skip to Main Content

SQL Developer

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.

Regular Expression back-reference Find/Replace in SQL Developer 4.0

Philip MooreJan 14 2014

I cannot seem to get the Search/Replace functionality to use back-references with Regular Expressions in 4.0.  This worked fine in 3.0.

Text in my editor:

abc

Example:

Find: (a)(bc)

Replace:

\1\1\1\2

Should result in:

aaabc

Instead I get:

\1\1\1\2

This still isn't fixed in 4.0.2 - I'll try to find time to put in MOS as a bug...

Comments

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

Post Details

Locked on Feb 11 2014
Added on Jan 14 2014
0 comments
996 views