Contents

RegexSemanticLevel

A semantic level to use during regex matching.

Declaration

struct RegexSemanticLevel

Overview

The semantic level determines whether a regex matches with the same character-based semantics as string comparisons or by matching individual Unicode scalar values. See matchingSemantics(_:) for more about changing the semantic level for all or part of a regex.

Topics

Operators

Instance Properties

Instance Methods

Type Properties

Default Implementations

See Also

Regular Expressions