jithendra pasala

jithendra pasala

  • NA
  • 53
  • 35.6k

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

Apr 29 2014 8:07 AM
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)