Skip to content

LetterNumber

LetterNumber(character)

returns the position of the character in the English alphabet.

FromLetterNumber(character, language-string)

returns the position of the character in the languages alphabet.

Examples

>> LetterNumber("b")
2
>> LetterNumber("B")
2
>> LetterNumber("ij", "Dutch")
26
>> LetterNumber("dzs","Hungarian")
8

Alphabet, FromLetterNumber

Implementation status

  • ✅ - full supported

Github