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!
Looking for regular expression function to replace the charachters in odd postion to null value.
example:
Input string = '1213441516871819'
output string = '23456789'
oracle version 11.2
Thanks