Z

Matches the letter 'Z', without case-sensitivity.

UnicodeEncoding.swift:2026
enum Z

All ASCIITerminal types can match the letter 'Z'. The two valid codepoint values are 0x5a ('Z') and 0x7a ('z').

To match 'Z' or 'z' exactly, use the UppercaseZ or LowercaseZ rules.