Retrieves all matches for the provided string.
public IList<LTRegexMatch> Matches( string input )
public IList<LTRegexMatch> Matches(
string input
)
Public Function Matches( ByVal input As String ) As IList(Of LTRegexMatch)
Public Function Matches(
ByVal input As String
) As IList(Of LTRegexMatch)
public: IList<LTRegexMatch^>^ Matches( String^ input )
public:
IList<LTRegexMatch^>^ Matches(
String^ input
input
The input string to parse.
A list of LTRegexMatch objects corresponding to all matches found in the input string.
LTRegex Class
LTRegex Members
Leadtools.Regex Namespace
Getting Started
Tutorials
New LEADTOOLS SDK Features
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Media Streaming .NET | C API
Supported Platforms
.NET
Java
Android
iOS/macOS
HTML5 JavaScript
C API
C++ Class Library
Cloud Services Web API
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
HTML5 JavaScript Libraries