Searches the specified input string for an occurrence of the regular expression supplied in the pattern parameter.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim 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:
StringMatching string or groups
See Also