Results 1 to 5 of 5

Thread: searching for strings with object.indexOf [resolved]

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2000
    Posts
    770

    searching for strings with object.indexOf [resolved]

    The method .indexOf is nice and all but it wont find strings that are of different case. Lest say I have a huge string buffer and need to search for a value but want it to be case-insensitive. Is there a built in method of VB.NET to do this?

    E.g. Searching for the value 'red' should match values of 'Red', 'RED', rEd', within a string.
    Last edited by nkad; Jan 8th, 2005 at 12:15 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width