1
0
mirror of https://github.com/garraflavatra/alphabets.git synced 2025-01-18 21:27:58 +00:00
alphabets/docs/usage/advanced.md

321 B
Raw Blame History

title
Advanced usage

Alphabet as a string

alphabet.join('')[0];
//=> 'abcdefghijklmnopqrstuvwxyz'

Uppercase

alphabet.toUpperCase();
//=> ["Α", "Β", "Γ", "Δ", "Ε", "Ζ", "Η", "Θ", "Ι", "Κ", "Λ", "Μ", "Ν", "Ξ", "Ο", "Π", "Ρ", "Σ", "Τ", "Υ", "Φ", "Χ", "Ψ", "Ω"]