Skip to content

DigitQ

DigitQ(str)

returns True if str is a string which contains only digits.

Examples

>> DigitQ("1234")
True

Implementation status

  • ✅ - full supported

Github