Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Stringerex(Predicate<char>)

Declaration

public Stringerex(
    Predicate<char> predicate
)

Summary

Instantiates a regular expression that matches a single character that satisfies the given predicate (cf. [...] in traditional regular expression syntax).