jithendra pasala

jithendra pasala

  • NA
  • 53
  • 35.5k

About Regular Expression Groups

Apr 16 2014 6:47 AM
Hello All,

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

String:"(!(2VH_AKTIVLENKUNG_UND_HSR) + !(ALLRAD) + (B47D20 + G011, B47D20 + G012, B48B20 + G011))"

Output:
"!(2VH_AKTIVLENKUNG_UND_HSR) + !(ALLRAD) + B47D20 + G011"
"!(2VH_AKTIVLENKUNG_UND_HSR) + !(ALLRAD) + B47D20 + G012"
"!(2VH_AKTIVLENKUNG_UND_HSR) + !(ALLRAD) + B48B20 + G011"

Thanks in Advance

Answers (1)