You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clear and concise description of the feature you are proposing
Reads in a character string and writes out in words the character name.
The specific use case is to help distinguish between characters that look the same.
E.g.
Input "lol"
output: lowercase letter L
lowercase letter O
lowercase letter L
Input: "IoI"
Output: Capital letter i
lowercase letter O
capital letter i
What type of request is this?
New feature for an existing tool
Clear and concise description of the feature you are proposing
Reads in a character string and writes out in words the character name.
The specific use case is to help distinguish between characters that look the same.
E.g.
Input "lol"
output: lowercase letter L
lowercase letter O
lowercase letter L
Input: "IoI"
Output: Capital letter i
lowercase letter O
capital letter i
Is their example of this tool in the wild?
https://charactercounter.com/i-or-l-checker
Additional context
Validations
The text was updated successfully, but these errors were encountered: