This topic has not yet been rated - Rate this topic

ServerTagsRegex.IsMatch Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Indicates whether the regular expression finds a match in the input string.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method IsMatch(String) Indicates whether the regular expression specified in the Regex constructor finds a match in a specified input string. (Inherited from Regex.)
Public method IsMatch(String, Int32) Indicates whether the regular expression specified in the Regex constructor finds a match in the specified input string, beginning at the specified starting position in the string. (Inherited from Regex.)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.