Tests that an input does not matche a regular expression pattern.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim pattern As String
Dim input As String
Dim failmessage As String
Dim returnValue As String
returnValue = Verify.NotMatches(pattern,
input, failmessage)
Parameters
- pattern
- Type: SystemString
- input
- Type: SystemString
- failmessage (Optional)
- Type: SystemString
Return Value
Type:
String
See Also