I want output below
Input-
a, b, c(a, b, c), d, e(a, b), f
Output-
a,, b,, c(a, b, c),, d,, e(a, b),, f
How above output can be achieved using REGEXP_REPLACE
Single comma’s present within brackets, should not replace with double comma
PLEASE NOTE - in single string there can be multiple set within brackets, in this example i have only shown 2..
THANK YOU SO MUCH