|
|||||
pattern | digit | ||||
Related Syntax |
Syntax
digit (+|*|?)?
A character class matching a single character from the set of characters "0" through "9". As with all character classes, it can be combined with others to form new character classes, for example, [letter or digit except "aeiou"].
Related Syntax pattern |
---- |