Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by FlyinBrian

  1. FlyinBrian

    C# String Contains Whole Case

    Thanks, however, it is returning true when searching for 70.66.160 when there is 70.66.160.196
  2. FlyinBrian

    C# String Contains Whole Case

    Is there any easier way to do it? I have conditional statements like if (input.Contains("Blah")) { //.... } I dont want to change my code too much.
  3. FlyinBrian

    C# String Contains Whole Case

    Im using the .contains method to find a paticular phrase in a long string. However I want it to be whole case, in that I don't want it to return "Whatever" if I search for "What" It should only return that specific word. Any ideas?

Part and Inventory Search

Back
Top