Contents

AnyRegexOutput

The type-erased, dynamic output of a regular expression match.

Declaration

struct AnyRegexOutput

Overview

When you find a match using regular expression that has AnyRegexOutput as its output type, you can find information about matches by iterating

Topics

Initializers

Instance Methods

Subscripts

Default Implementations

See Also

Regular Expressions