views:

30

answers:

1

I have a reocred file and I need to make a programm that should help fined any word into that recored by typing a word into a search field, the recored file is contain a list of words so I need ta serach into that list to fined any word that could be similar to my word

I am useing Delphi 2007

A: 

Use a regular expression.

www.regular-expressions.info/delphi.html

Pod