Crashes on any input string with the letter 'z' in it, because the boolean array is initialized with ['z'-'a'] => [ 90 - 65 ] => [25] instead of [26].
Loading collection data...
Crashes on any input string with the letter 'z' in it, because the boolean array is initialized with ['z'-'a'] => [ 90 - 65 ] => [25] instead of [26].