1
Answer

Regular Expression as ((G011, (G012 + !(111_HIGH_SECURITY)))

Hello All,


I want to break the string by using the Regular Expression:


String:"((G011, (G012 + !(111_HIGH_SECURITY))) + (KEIN_HYBRID))"


Output:
(G011 + (KEIN_HYBRID))
(G012 + !(111_HIGH_SECURITY) + (KEIN_HYBRID))



Thanks in Advance






Answers (1)