Our sections on the Regular Expressions namespace and Regex object briefly introduced the concept of matches. The Regex.IsMatch() method looks for one or more occurances of a pattern match. If it finds at least one, the function returns true. Author: dotnetcoders Code: ASP.NET v1.0 & VB