Miner.Interop Namespace > IMMRegularExpressionWrapper Interface : IsMatch Method |
'Declaration
Function IsMatch( _ ByVal sPattern As System.String, _ ByVal sInputData As System.String _ ) As System.Boolean
'Usage
Dim instance As IMMRegularExpressionWrapper Dim sPattern As System.String Dim sInputData As System.String Dim value As System.Boolean value = instance.IsMatch(sPattern, sInputData)
System.bool IsMatch( System.string sPattern, System.string sInputData )
function IsMatch( sPattern: System.String; sInputData: System.String ): System.Boolean;
function IsMatch( sPattern : System.String, sInputData : System.String ) : System.boolean;
System.bool IsMatch( System.string* sPattern, System.string* sInputData )
System.bool IsMatch( System.String^ sPattern, System.String^ sInputData )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2