ascii-32-detects-case-pairs

Status: IN

`abs(ord(a) - ord(b)) == 32` is true if and only if `a` and `b` are the same English letter in different cases, given inputs restricted to `[a-zA-Z]`, because ASCII lower and upper variants of every letter differ by exactly 32.

Source: entries/2026/06/06/make-the-string-great-solution.md

JSON