←Select platform

Matches Method

Summary

Retrieves all matches for the provided string.

Syntax
C#
VB
C++
public IList<LTRegexMatch> Matches( 
   string input 
) 
Public Function Matches( 
   ByVal input As String 
) As IList(Of LTRegexMatch) 
public:  
   IList<LTRegexMatch^>^ Matches( 
      String^ 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 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.