Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.28
|
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.