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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi all

Status
Not open for further replies.

transparent

Programmer
Sep 15, 2001
333
GB
I'm writing a little search engine.

I have a collection of names (an arraylist) which I want to compare with user input.

So, for example my list may contain:

Sarah
Susie
Rick
Rob
Frank
Ted

So a user types in a name, and the system compares the user input with the list. So if the user types in Ric or Rik or Rick, I want it to find Rick

This will not be sql based, but .net code based.

Are there any general methodologies that I should be looking into?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top