- :logical
ascii?
check if given character/string is in ASCII
Parameters
ascii? string :char :string
Returns
Examples
copyascii? 'd' ; true
copyascii? '😀' ; false ascii? "hello world" ; true ascii? "Hællø wœrld" ; false ascii? "Γειά!" ; false