[Visual Basic] Overloads Public Shared Function IsMatch( _ ByVal input As String, _ ByVal pattern As String _ ) As Boolean [C#] public static bool IsMatch( string input, string pattern ); [C++] public: static bool IsMatch( String* input, String* pattern ); [JScript] public static function IsMatch( input : String, pattern : String ) : Boolean;
True if the pattern is found in the input string, otherwise false.
Regex Class | Regex Members | System.Text.RegularExpressions Namespace | Regex.IsMatch Overload List