Y

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

UnicodeEncoding.swift:1978
enum Y

All ASCIITerminal types can match the letter 'Y'. The two valid codepoint values are 0x59 ('Y') and 0x79 ('y').

To match 'Y' or 'y' exactly, use the UppercaseY or LowercaseY rules.