ArcFM Solution Developer Guide
IsMatch Method (IMMRegularExpressionWrapper)


Syntax
System.bool IsMatch( 
   System.string sPattern,
   System.string sInputData
)
'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)

Parameters

sPattern
sInputData
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMRegularExpressionWrapper Interface
IMMRegularExpressionWrapper Members

 

 


Send Comment