1
Answer

About Regular Expression Groups

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)