Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / StringSearch Class


StringSearch Class Properties

For a list of all members of this type, see StringSearch members.

Public Properties
 NameDescription
Public PropertyGets 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".  
Public PropertyGets or sets whether the match must be exact. An exact match is a string that is delimited at the beginning and end by either whitespace or end of line. Note: This property does not have any affect on the search pattern if the pattern was set using the RegularExpressionPattern property.  
Public PropertyGets the index of the first character in the matched substring  
Public PropertyGets the length of the matched substring  
Public PropertyGets the matched substring  
Public PropertyGets or sets the regular expression pattern to use for the search.  
Public PropertySets the search pattern. Note: This is not a regular expression pattern.  
Top
See Also