Click or drag to resize
Alphabet Methods

The Alphabet type exposes the following members.

Methods
  NameDescription
Public methodContains
Returns true if the argument is a character in this alphabet.
Public methodStatic memberMainTest
Demo test the Alphabet data type.
Public methodToChar
Returns the character corresponding to the argument index.
Public methodToChars
Returns the characters corresponding to the argument indices.
Public methodToIndex
Returns the index corresponding to the argument character.
Public methodToIndices
Returns the indices corresponding to the argument characters.
Top
See Also