jithendra pasala

jithendra pasala

  • NA
  • 53
  • 35.6k

About Regular Expressions using Groups

Apr 16 2014 4:23 AM
Hello All,

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

String:"((ALLRAD + !(812_ENGLAND, US))"  or (((ALLRAD + !(812_ENGLAND, US)))"  
or ((
((ALLRAD + !(812_ENGLAND, US))))"

Output:"(ALLRAD + !(812_ENGLAND))"
          "(ALLRAD + !(US))"


Thanks in Advance

Answers (1)