1
Answer

Regular Expression as different

Hello All,

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

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

Output:
(KEIN_HYBRID + (G011) + !(111_HIGH_SECURITY) + Zylinderzahl<12)
(KEIN_HYBRID + (G012) + !(111_HIGH_SECURITY) + Zylinderzahl<12)

Thanks in Advance
Answers (1)