digit

pattern

Syntax
digit
    


Purpose

digit is a predefined character class, used in pattern matching, that matches a character from the set of characters 0 through 9.

Related Concepts