Contents

OneOrMore

A regex component that matches one or more occurrences of its underlying component.

Declaration

struct OneOrMore<Output>

Topics

Initializers

See Also

Quantifiers