CharacterRange
CharacterRange["c1","c2"]
yields a list of the characters in the range from "c1" to "c2".
CharacterRange[n1,n2]
yields a list of the characters with character codes in the range n1 to n2.
Details

- CharacterRange["a","z"] yields the English alphabet.
- CharacterRange["c1","c2"] gives the list of characters with character codes from ToCharacterCode["c1"] to ToCharacterCode["c2"].
- CharacterRange["b","a"] gives {}.
Examples
open allclose allSee Also
Alphabet FromCharacterCode Range FromLetterNumber PrintableASCIIQ StringExpression Sort Symbol Unique
Tutorials
Related Guides
Related Links
Introduced in 1996
(3.0)
| Updated in 2015 (10.1)