←Select platform

Matches Method

Summary

Retrieves all matches for the provided string.

Syntax
C#
C++/CLI
Python
public IList<LTRegexMatch> Matches( 
   string input 
) 
public:  
   IList<LTRegexMatch^>^ Matches( 
      String^ input 
   ) 
def Matches(self,input): 

Parameters

input

The input string to parse.

Return Value

A list of LTRegexMatch objects corresponding to all matches found in the input string.

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.