You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.4/config-guide/prod/config-reference-systemxml.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -364,32 +364,32 @@ The following validation rules are available:
364
364
|`ipv6`| Allows a valid IP v6 address. |
365
365
|`letters-only`| Allows letters only. For example, `abcABC`. |
366
366
|`letters-with-basic-punc`| Allows letters or punctuation only.<br>Must pass the following expression: `/^[a-z\-.,()\u0027\u0022\s]+$/i`. |
367
+
|`mobileUK`| Allows a (UK) mobile phone number. |
367
368
|`no-marginal-whitespace`| Disallows white spaces at the start or end of the value. |
368
369
|`no-whitespace`| Disallows white spaces. |
369
-
|`time`| Allows a valid time in 24-hour format, between 00:00 and 23:59. For example `15`, `15:05` or `15:05:48`. |
370
-
|`time12h`| Allows a valid time in 12-hour format, between 12:00 am and 11:59:59 pm. For example `3 am`, `11:30 pm`, `02:15:00 pm`. |
371
-
|`mobileUK`| Allows a (UK) mobile phone number. |
372
370
|`phoneUK`| Allows a (UK) phone number. |
373
371
|`phoneUS`| Allows a (US) phone number. |
374
372
|`required-entry`| Disallows an empty value (equivalent validation as `validate-no-empty`).<br>Validation failure message: "This is a required field." |
375
-
|`validate-no-html-tags`| Disallows usage of HTML tags.|
376
-
|`validate-select`| Enforces that the select option chosen not have a `null` value, string value of `none` or string length of 0. |
377
-
|`validate-no-empty`| Disallows an empty value (equivalent validation as `requried-entry`).<br>Validation failure message: "Empty value."|
373
+
|`time`| Allows a valid time in 24-hour format, between 00:00 and 23:59. For example `15`, `15:05` or `15:05:48`.|
374
+
|`time12h`| Allows a valid time in 12-hour format, between 12:00 am and 11:59:59 pm. For example `3 am`, `11:30 pm`, `02:15:00 pm`.|
375
+
|`validate-admin-password`| Allows 7 or more characters, using both numeric and alphabetic. |
378
376
|`validate-alphanum-with-spaces`| Allows usage of letters (a-z or A-Z), numbers (0-9), or spaces only. |
377
+
|`validate-clean-url`| Allows a valid URL. For example, http://www.example.com or www.example.com.|
378
+
|`validate-currency-dollar`| Allows a valid (dollar) amount. For example, $100.00. |
379
379
|`validate-data`| Allows usage of letters (a-z or A-Z), numbers (0-9), or underscores (\_) only.<br>The first character must be a letter.<br>(Must match expression: `/^[A-Za-z]+[A-Za-z0-9_]+$/`)<br>Validation failure message: "Please use only letters (a-z or A-Z), numbers (0-9) or underscore (\_) in this field, and the first character should be a letter." |
380
-
|`validate-street`| Allows usage of letters (a-z or A-Z), numbers (0-9), spaces, and “#” only. |
381
-
|`validate-phoneStrict`| Allows a valid phone number. For example, (123) 456-7890 or 123-456-7890. |
382
-
|`validate-phoneLax`| Allows a valid phone number. For example, (123) 456-7890 or 123-456-7890. |
383
-
|`validate-fax`| Allows a valid fax number. For example, 123-456-7890. |
380
+
|`validate-date-au`| Enforces the following date format: dd/mm/yyyy. For example, 17/03/2006 for the 17th of March, 2006. |
384
381
|`validate-email`| Allows a valid email address. For example, johndoe@domain.com. |
385
382
|`validate-emailSender`| Allows a valid email address. For example, johndoe@domain.com. |
383
+
|`validate-fax`| Allows a valid fax number. For example, 123-456-7890. |
384
+
|`validate-no-empty`| Disallows an empty value (equivalent validation as `requried-entry`).<br>Validation failure message: "Empty value." |
385
+
|`validate-no-html-tags`| Disallows usage of HTML tags. |
386
386
|`validate-password`| Allows 6 or more characters. Leading and trailing spaces will be ignored. |
387
-
|`validate-admin-password`| Allows 7 or more characters, using both numeric and alphabetic. |
387
+
|`validate-phoneLax`| Allows a valid phone number. For example, (123) 456-7890 or 123-456-7890. |
388
+
|`validate-phoneStrict`| Allows a valid phone number. For example, (123) 456-7890 or 123-456-7890. |
389
+
|`validate-select`| Enforces that the select option chosen not have a `null` value, string value of `none` or string length of 0. |
390
+
|`validate-ssn`| Allows a valid (US) social security number. For example, 123-45-6789. |
391
+
|`validate-street`| Allows usage of letters (a-z or A-Z), numbers (0-9), spaces, and “#” only. |
388
392
|`validate-url`| Allows a valid URL. Protocol is required (http://, https:// or ftp://). |
389
-
|`validate-clean-url`| Allows a valid URL. For example, http://www.example.com or www.example.com.|
390
393
|`validate-xml-identifier`| Allows a valid XML-identifier. For example, something_1, block5, id-4. |
391
-
|`validate-ssn`| Allows a valid (US) social security number. For example, 123-45-6789. |
392
394
|`validate-zip-us`| Allows a valid (US) ZIP code. For example, 90602 or 90602-1234. |
393
-
|`validate-date-au`| Enforces the following date format: dd/mm/yyyy. For example, 17/03/2006 for the 17th of March, 2006. |
394
-
|`validate-currency-dollar`| Allows a valid (dollar) amount. For example, $100.00. |
395
395
|`vinUS`| Allows (US) vehicle identification number (VIN) value. |
0 commit comments