TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sampath meka
NA
41
12.2k
Regular Expression
Feb 26 2014 11:15 PM
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
Reply
Answers (
4
)
text file to list view
How to make code for cascading drop down with frameset