Skip to main content
Version: 25.2

digit, digits

Type for is a Operator

Examples:

put "7" is a digit —> True
if input is all digits then put "It's a number!"

Related terms in the SenseTalk Dictionary.

Pattern Element Type (new in 1.81)

Example:

put every occurrence of <digit> in "A64D18" —> [6,4,1,8]