Hello All,
I want to break the below string by using the Regular Expression:
String:"(G011, G012) + !(G012 + (111_HIGH_SECURITY, 119_ELEKTRIK_ZUSATZMOD_HIGH_SECURITY))"
Output:
1. (G011, G012)
2. !(G012 + (111_HIGH_SECURITY, 119_ELEKTRIK_ZUSATZMOD_HIGH_SECURITY))
Thanks in Advance