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
Mas
NA
478
71.2k
How to find the exact word match
Feb 4 2020 12:21 AM
Hello Memebers,
Hope you are doing good!!
string mandatory_skills = "html,javascript,java,.net";
string[] arrskills = mandatory_skills.Split(',');
for (int i = 0; i < arrskills.Length; i++)
{
TextInfo myTI = new CultureInfo("en-US", false).TextInfo;
string skill_lower = myTI.ToLower(arrskills[i]);
string skill_upper = myTI.ToUpper(arrskills[i]);
string skill_title_case = myTI.ToTitleCase(arrskills[i]);
string strhtml = wordHTML.Trim();
}
When I am trying to search for Javascript and Java..
Javascript also taking it as a java
How can we exactly search..
Can any one guide me here.
Thank you in advance!!
Reply
Answers (
3
)
XML SQL retrieval
Razor PaymentGateway (Xamarin.Android)