Template:RegexpToFieldRegexp

From OPENRESEARCH th copy Wiki
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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=!