I would want to search up, down, and match case if possible. Even links to get me started would be appreciated.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not sure about the up searching but as far as finding you can use something like this
For matched case you can use
String.ToLowerInvariant()on both the search in text and the search for text otherwiseString.Contains()is case sensitive