Regular Expressions (for those not yet acquainted with them) provide a way of matching patterns of strings that may be simple or extremely complicated and they do it in a very efficient manner. This is a good follow up on a previous link provided by George Petrov, which is called: : An Introduction to Regular Expressions in VBScript.