Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / StringSearch Class
Properties Methods


In This Topic
    StringSearch Class Members
    In This Topic

    The following tables list the members exposed by StringSearch.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    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
    Public Methods
     NameDescription
    Public MethodSearches the value string, starting at a specified index, for a character sequence that matches the provided pattern.  
    Top
    See Also