Regex.IsMatch メソッド (String)
Regex コンストラクタで指定された正規表現と一致する対象が入力文字列内で見つかったかどうかを示します。
Overloads Public Function IsMatch( _
ByVal input As String _) As Boolean
[C#]
public bool IsMatch(stringinput);
[C++]
public: bool IsMatch(String* input);
[JScript]
public function IsMatch(
input : String) : Boolean;
パラメータ
- input
一致する対象を検索する文字列。
戻り値
正規表現と一致する対象が見つかった場合は true 。それ以外の場合は false 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
参照
Regex クラス | Regex メンバ | System.Text.RegularExpressions 名前空間 | Regex.IsMatch オーバーロードの一覧