Ad
  • Custom User Avatar

    You can avoid lowercasing twice in the worst case by storing the character in memory, although that's a personal tradeoff.

    You can also return the direct comparison at the end instead of boolean literals!