non-alpha-positional-invariant

Status: IN

In the Reverse Only Letters solution, non-alphabetic characters are guaranteed to remain at their original indices — the two-pointer loop only swaps when both pointers point at `isalpha()` characters.

Source: entries/2026/06/06/reverse-only-letters-solution.md

JSON