if value >= 48 && value <= 57 || value >= 65 && value <= 90 { let _str = Character(UnicodeScalar(value)) }