UtilsIsMatch メソッド
Indicates whether the regular expression finds a match in the input string using the regular expression specified in the pattern parameter.

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As Utils
Dim input As String
Dim pattern As String
Dim returnValue As Boolean

returnValue = instance.IsMatch(input, 
	pattern)

パラメータ

input
型: SystemString
一致を検索する対象の文字列。
pattern
型: SystemString
照合する正規表現パターン。

戻り値

型: Boolean
true if the regular expression finds a match; otherwise, false.
参照