I have been working on this idea for a while but it is still not complete. What I want to do is provide a ASP page to everyone which will read in the CSV file from Emplode and allow you to search against it. I have half of it done where it will take the CSV file and output the reults in a formatted way. You can see that at http://www.gregdemetrick.com/empeg_search.asp. Now I am trying to develop the RegExpression searches in VBScript to handle the searching capasity. Writing this in Perl would be much easier but I am also trying to learn how to do this in VBScript. Short of writing a regExpression comparison for each element I want to search is there some easier way to do the comparison? I tried using StrComp but that will only do full text searches and not subStr searches (i.e. if I search for "Love" I get "Love by The Sundays" but not "Love in an Elevator by Aerosmith" Ideally, I want both which is what a RegEx will do). Thanks for your help!!!

Greg



Attachments
28449-empeg_search.asp (198 downloads)