|
|
|
|
|
by DrJokepu
3738 days ago
|
|
WRONG. Typical junior developer mistake. Even if we disregard trivial problems such as non-letter input or empty input, this will only work with English and a few other languages. This will TOTALLY fail with e.g. Turkish input (I ı vs İ i). |
|
Adding another module with a method does not fix the original problem, it just creates more problems for other people to solve.