Click here to Skip to main content
15,894,740 members
Articles / Programming Languages / Visual Basic

Check substring in uppercase or lower case

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
17 Jan 2013CPOL 0  
You can make use of String.Compare with ignoreCase set to true.You need to build in a parser that adheres to English grammar(assuming that's the only language you support) rules and then split string based on certain characters, for instance period (.) or a question mark and then change the...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
17 Jan 2013Gssankar 1 alternative  
HII need to check the substring in uppercase or lowercase in vb.nete.g THIS IS TESTING - No problem this is testing - No problem this IS TESTING - Problem (here we found any uppercase need to convert to propercase.ThanksSivasankaran G

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Employed (other)
Netherlands Netherlands
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions