Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Stringerex(Func<string, int, bool>)

Declaration

public Stringerex(
    Func<string, int, bool> charPredicate
)

Summary

Instantiates a regular expression that matches a single Unicode character according to a predicate that takes a string and index, such as char.IsWhiteSpace (cf. [...] in traditional regular expression syntax).