Actions

Translations

Translations:Using regular expressions/129/zh-cn

From LimeSurvey Manual

Revision as of 09:47, 10 October 2020 by Lacity (talk | contribs) (Created page with "Same as above, but the two decimal points are optional: <source lang="html">/^[1-9][0-9]{0,2}(?:,?[0-9]{3}){0,3}(?:\.[0-9]{2})?$/ </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Same as above, but the two decimal points are optional:

/^[1-9][0-9]{0,2}(?:,?[0-9]{3}){0,3}(?:\.[0-9]{2})?$/