Algosim documentation: ChrIsASCII

ChrIsASCII

Tests if a character is an ASCII character.

Syntax

Description

ChrIsASCII(c) returns true iff c is one of the 128 ASCII characters.

Examples

characters("AÅ∫⌬1") @ ChrIsASCII
true
false
false
false
true