Indicates whether the regular expression specified in the System.Text.RegularExpressions.Regex constructor finds a match in a specified input string.
'Declaration
Function IsMatch( _
ByVal As System.String _
) As System.Boolean
System.bool IsMatch(
System.string
)
Parameters
- input
- The string to search for a match.
Return Value
true if the regular expression finds a match; otherwise, false.
Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.