I was just wondering whether VBScript allows for the use of wildcards. For example, I'm looking to compare a known string with a list of user inputted strings. If one of the inputted strings contains the known string, I would like to display that string value. It works if the strings match exactly, however I want it to work if the inputted string at least contains the known string. I was thinking a wildcard would work here. What is the best way to go about this? Perhaps a substring comparison? Any help is much appreciated. I thank you in advance.