alphabetizer
v1.0.1
Published
Give me a string and I will alphabetize the letters. A demo for the students of Bottega.
Downloads
3
Readme
import alphastring
Methods:
strAlphabetizer() // Accepts a string as an argument
Enter a word or sentence in string format (duh) strAlphabetizer will return your string as a new alphabetically sorted string.