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

VBA Like Operator

Status
Not open for further replies.

DreXor

Programmer
Jun 17, 2003
2,224
US
i'm trying to do some string comparisons :

if "blah" like "?lah" then


etc ..

does the like operator work in Wscript? ASP?
 
been trying to avoid going into a whole scheme of creating an regex, then plugging in all the values etc.. i was looking at regex pretty indepth , part of how i came across the reference of "like" but seems it's only VBA as far as i've found.

thanks :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top