Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: implicit operator Stringerex(Predicate<char>)

Declaration

public static implicit operator Stringerex(
    Predicate<char> predicate
)

Summary

Implicitly converts a predicate into a regular expression that matches a single character satisfying the predicate.