word match problem

F

firehawk

Guest
ok another problem lol

for some reason I cannot make it match any word which contains a certain word like "are" or whatever. it gives me some of them but not all - why?

I am using C# (ASP.NET 1.1) to code this.

using regex to do my query (using Match)

any ideas on how to make it forcefully match (not exact match) words given? (even if they are included in a word?)
 
Back
Top