LetterNumber
LetterNumber(character)returns the position of the
characterin the English alphabet.
FromLetterNumber(character, language-string)returns the position of the
characterin the languages alphabet.
Examples
>> LetterNumber("b")2
>> LetterNumber("B")2
>> LetterNumber("ij", "Dutch")26
>> LetterNumber("dzs","Hungarian")8Related terms
Implementation status
- ✅ - full supported