1
Answer

Regular Expression as different

Photo of jithendra pasala

jithendra pasala

11y
936
1
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)