1
Answer

Regular Expression as ((G030, G031, G038) + (KEIN_HYBRID))

Hello All,

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

String:"((G030, G031, G038) + (KEIN_HYBRID))"

Output:
((G030 + (KEIN_HYBRID))
((G031 + (KEIN_HYBRID))
((G038 + (KEIN_HYBRID))

Thanks in Advance
Answers (1)