Need to write Match condition on charge Account with multiple values
How to match multiple Values of segment from the charge account
Can we write as below
charge Account matches (.*)\\.(.*)\\.(.*)\\.(1I17725||1I01812||1I04161||1I10013||EXPL005||EXPL006||1I09930||2I09930)\\.(.*)\\.(.*)\\.(.*)
we want to match 4th segment has above values.
if we give multiple values it is not evaluating the condition.
If we write for one value (.*)\\.(.*)\\.(.*)\\.(?!1I09930)\\.(.*)\\.(.*)\\.(.*) it works
and also we want the opposite of the above statement like not matches above values
let me know how to write
0