Leadtools.Forms.Processing Namespace > TextFormFieldResult Class : Matches Property |
public MatchCollection Matches {get; set;}
'Declaration Public Property Matches As MatchCollection
'Usage Dim instance As TextFormFieldResult Dim value As MatchCollection instance.Matches = value value = instance.Matches
public: property MatchCollection^ Matches { MatchCollection^ get(); void set ( MatchCollection^ value); }
The collection includes only successful matches and terminates at the first unsuccessful match.
Using regular expression does not change the results of the processing.