plate-parsing-ignores-non-alpha

Status: IN

Only alphabetic characters from `licensePlate` contribute to the required letter counts; digits and spaces are filtered by `isalpha()` and letters are lowercased at parse time, while `words` are assumed already lowercase.

Source: entries/2026/06/06/shortest-completing-word-solution.md

JSON