Template:RegexpToFieldRegexp
Revision as of 21:34, 26 February 2021 by Tim Holzheim (talk | contribs) (Created page with "<noinclude> Use this template to convert a Regexp into the regexp arguments of an field in an form For example '''<nowiki> {{RegexpToFieldRegexp|Regexp:NaturalNumber}}</nowiki...")
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=!