This document discusses regular expressions and their use in QuickTest. Regular expressions allow QuickTest to match text and object properties that may vary between test runs. They can be used to define object properties, parameterize steps, and create checkpoints for varying values. Key points covered include regular expression syntax like wildcards, character sets, and quantifiers; and how to set the RegularExpression property to treat a property value as a regular expression rather than a literal string.