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
yokzu
NA
306
0
Array problem with regex
Jan 26 2013 10:03 AM
Hi,
I have an array with 50 members like below;
string
[] strArray1 =
new
string
[] {
"asd12","qwe12"
,"asd133","aqwe11","asd44"
};
Then I want to filter members which start with "asd" and to add another array;
string
[] strArray2 =
new
string
[] {
"asd12","
asd133",
"asd44"
};
How can I do that?
Reply
Answers (
2
)
Buyer&Seller (order) Form in asp.net/c#.net
How to get the dataRow where the cursor is located