Collection of matches done by repeatedly applying regexp to string. Objects of this class should only...
Definition: match_collection.h:17
bool IsReadOnly() const
Marks collection as read-only.
Definition: match_collection.h:21
~MatchCollection() override=default
Destructor.
Single match of regexp over string. Objects of this class should only be allocated using System::Make...
Definition: match.h:56
Regular expression that follows C#-like syntax. Objects of this class should only be allocated using ...
Definition: regex.h:30
SharedPtr< MatchCollection > MatchCollectionPtr
Match collection pointer.
Definition: match_collection.h:50