I want to replace square brackets in string with REGEXP_REPLACE function. Even I escape these chracters it's not replacing
select regexp_replace('VMI[[DATA]]INFO', '[[]]', '_') from dual;
result
VMI[[DATA]]INFO
How can we do this? Am I missing something?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…