sampath meka

sampath meka

  • NA
  • 94
  • 31.1k

Regex need

Nov 17 2014 8:59 AM
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

Answers (1)