jithendra pasala

jithendra pasala

  • NA
  • 53
  • 36.4k

Regular Expressions as Typical

Apr 29 2014 3:43 AM
Hello All,

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

String:"(G011 + !(2VR_2_ACHS_LUFTFEDERUNG, 2VS_MASTERPIECE_ARBEITSNAME) + (B47D20, B48B20))"

Output:
(G011 + !(2VR_2_ACHS_LUFTFEDERUNG) + B47D20)
(G011 + !(2VS_MASTERPIECE_ARBEITSNAME) + B47D20)
(G011 + !(2VR_2_ACHS_LUFTFEDERUNG) + B48B20)
(G011 + !(2VS_MASTERPIECE_ARBEITSNAME) + B48B20)

Thanks in Advance

Answers (1)