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)
構文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
照合する正規表現パターン。
戻り値
型:
Booleantrue if the regular expression finds a match; otherwise, false.
参照