I

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

UnicodeEncoding.swift:1210
enum I

All ASCIITerminal types can match the letter 'I'. The two valid codepoint values are 0x49 ('I') and 0x69 ('i').

To match 'I' or 'i' exactly, use the UppercaseI or LowercaseI rules.