RegexSemanticLevel
A semantic level to use during regex matching.
Declaration
struct RegexSemanticLevelOverview
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.