←Select platform

IsMatch Method

Summary

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

Syntax
C#
C++/CLI
Python
public bool IsMatch( 
   string input 
) 
public:  
   bool IsMatch( 
      String^ input 
   ) 
def IsMatch(self,input): 

Parameters

input

Input string.

Return Value

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

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

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