Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
4
Answers
Regular Expression
sampath meka
10y
798
1
Reply
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
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
text file to list view
How to make code for cascading drop down with frameset