Regexp:NaturalNumber
Revision as of 12:13, 4 March 2021 by Tim Holzheim (talk | contribs)
| id | NaturalNumber |
|---|---|
| regexp | /^[0-9]+$!^$/ |
| base type | |
| inverse | |
| message | Must be a number |
| or char | ! |
| base prefix |
Regexp
Accepts a natural number or nothing. To make input mandatory set the Property:Property mandatory to true.