Template:RegexpToFieldRegexp
Revision as of 22:03, 26 February 2021 by Tim Holzheim (talk | contribs)
Use this template to convert a Regexp into the regexp arguments of an field in an form For example {{RegexpToFieldRegexp|Regexp:NaturalNumber}} is converted to
|regexp=/^[0-9]+$!^$/ |message=Must be a number |or char=!