Hello All,
Plz Help me i need a regular expression which matches the exact braces and removes unnecessary.
string str14 = "((B48B20, XB1141) + PLUGIN_HYBRID + ECE))))))))";
String str15= "((((((((((((((B48B20, XB1141) + PLUGIN_HYBRID + ECE)";
Expected output is :
str14 = ((B48B20, XB1141) + PLUGIN_HYBRID + ECE)
str15 = ((B48B20, XB1141) + PLUGIN_HYBRID + ECE)
Plz help me
Thank u
VulpesPosted Feb 27, 2014, 9:37 AM
http://www.c-sharpcorner.com/Forums/Thread/246137/regular-expressions.aspx
sampath mekaPosted Feb 27, 2014, 12:22 AM
Your link is java i need solution in C#
sampath mekaPosted Feb 27, 2014, 12:17 AM
The link u specified is not working
Thanks
Lakshmanan Sethu SankaranarayanPosted Feb 27, 2014, 12:10 AM