UtilsMatch Method
Searches the specified input string for an occurrence of the regular expression supplied in the pattern parameter.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Utils
Dim input As String
Dim pattern As String
Dim group As Short
Dim returnValue As String

returnValue = instance.Match(input, pattern, 
	group)

Parameters

input
Type: SystemString
The string to search for a match.
pattern
Type: SystemString
The regular expression pattern to match.
group (Optional)
Type: SystemInt16
Group value to return

Return Value

Type: String
Matching string or groups
See Also