Algosim documentation: ChrIsDigit

ChrIsDigit

Tests if a character is a digit.

Syntax

Description

ChrIsDigit(c) returns true iff c is a digit.

Examples

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

See also