LiquidTechnologies.XmlObjects Namespace / IRegExParser Interface / IsMatch Method
The string to search for a match.

In This Topic
    IsMatch Method
    In This Topic
    Indicates whether the regular expression specified in the System.Text.RegularExpressions.Regex constructor finds a match in a specified input string.
    Syntax
    'Declaration
     
    
    Function IsMatch( _
       ByVal input As System.String _
    ) As System.Boolean
    System.bool IsMatch( 
       System.string input
    )

    Parameters

    input
    The string to search for a match.

    Return Value

    true if the regular expression finds a match; otherwise, false.
    Exceptions
    ExceptionDescription
    input is null.
    Requirements

    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.

    See Also