UtilsMatches 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 List

returnValue = instance.Matches(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: List

[Missing <returns> documentation for "M:Selenium.Utils.Matches(System.String,System.String,System.Int16)"]

See Also