[]
        
(Showing Draft Content)

FarPoint.Win.StringSearch.Greedy

Greedy Property

Greedy

Gets or sets whether the regular expression should do a greedy search. A non-Greedy search on the string "FarPoint Technologies" with the pattern "F*o" would return "FarPo". A Greedy search of the same string would return "FarPoint Techno".

Declaration
public bool Greedy { get; set; }
Public Property Greedy As Boolean