Skip to content

DigitQ

Tests whether a string consists entirely of digit characters.

$ wo 'DigitQ["123"]'
True
$ wo 'DigitQ["12a"]'
False