reAllchar function

ReAllchar reAllchar(
  1. Sort sort
)

Create a regular expression that accepts all singleton sequences of the regular expression sort.

Implementation

ReAllchar reAllchar(Sort sort) => ReAllchar(sort).declare();