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
Loading

VulpesPosted Apr 16, 2014, 5:18 AM
http://www.c-sharpcorner.com/forums/thread/252590/about-regular-expressions.aspx
The following should deal with any number of brackets at either end of the text:
The output is: