←Select platform

IsMatch Method

Summary

Checks if the provided string is matched by the LTRegex's pattern.

Syntax
C#
VB
C++
public bool IsMatch( 
   string input 
) 
Public Function IsMatch( 
   ByVal input As String 
) As Boolean 
public:  
   bool IsMatch( 
      String^ input 
   ) 

Parameters

input

Input string.

Return Value

true if the input string matches the regex pattern; otherwise, false.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.