User contributions for Lacity
10 October 2020
- 08:4708:47, 10 October 2020 diff hist +89 N Translations:Using regular expressions/76/zh-cn Created page with "If you want to ask for the month a person was born you can validate the input as follows:"
- 08:4708:47, 10 October 2020 diff hist +16 N Translations:Using regular expressions/75/zh-cn Created page with "==Month (1-12)=="
- 08:4708:47, 10 October 2020 diff hist +139 N Translations:Using regular expressions/129/zh-cn 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>"
- 08:4708:47, 10 October 2020 diff hist +527 N Translations:Using regular expressions/128/zh-cn Created page with "It forces two decimal points and accepts numbers from 1.00 to 999,999,999.00 with an optional comma delimiting thousands/millions including all of the following: 1.00, 1,000.0..."
- 08:4708:47, 10 October 2020 diff hist +222 N Translations:Using regular expressions/143/zh-cn Created page with "==Number validation with thousand separator== Space as separator, no minus <source lang="html">/^(?!0)\d{1,3}(\ \d{3})*$/</source> Dot as separator, minus allowed <source la..."
- 08:4708:47, 10 October 2020 diff hist +195 N Translations:Using regular expressions/127/zh-cn Created page with "==Number validation with optional decimal (for price)== Accepts numbers from 0 to 199, with 2 decimal optional: <source lang="html">/^([1][0-9][0-9]|[1-9][0-9]|[0-9])((\.)[0-..."
- 08:4708:47, 10 October 2020 diff hist +513 N Translations:Using regular expressions/126/zh-cn Created page with "==Numbers from 1 to 99999== <source lang="html">/^([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9])$/</source> <source lang="html">/^[1-9][0-..."
- 08:4708:47, 10 October 2020 diff hist +19 N Translations:Using regular expressions/138/zh-cn Created page with "=Number validation="
- 08:4708:47, 10 October 2020 diff hist +79 N Translations:Using regular expressions/125/zh-cn Created page with "Example: Age 19-65 <source lang="html">/^(1[8-9]|[2-5][0-9]|6[0-5])$/</source>"
- 08:4708:47, 10 October 2020 diff hist +73 N Translations:Using regular expressions/124/zh-cn Created page with "Example: Age 18-35 <source lang="html">/(1[8-9]|2[0-9]|3[0-5])/</source>"
- 08:4708:47, 10 October 2020 diff hist +63 N Translations:Using regular expressions/137/zh-cn Created page with "Example: Age 20-99 <source lang="html">/([2-9][0-9])/</source>"
- 08:4708:47, 10 October 2020 diff hist +16 N Translations:Using regular expressions/136/zh-cn Created page with "=Age validation="
- 08:4708:47, 10 October 2020 diff hist +713 N Translations:Using regular expressions/74/zh-cn Created page with "==Belgian phone number== <source lang="html">/^((\+|00)32\s?|0)(\d\s?\d{3}|\d{2}\s?\d{2})(\s?\d{2}){2}$/</source> ==Belgian mobile phone number== <source lang="html">/^((\+|..."
- 08:4708:47, 10 October 2020 diff hist +76 N Translations:Using regular expressions/73/zh-cn Created page with "<source lang="html">/^(?:\(?(?:\+?61|0)4\)?(?:[ -]?[0-9]){7}[0-9]$/</source>" current
- 08:4708:47, 10 October 2020 diff hist +17 N Translations:Using regular expressions/72/zh-cn Created page with "Not very precise:"
- 08:4708:47, 10 October 2020 diff hist +138 N Translations:Using regular expressions/71/zh-cn Created page with "<source lang="html">/^(?:\+?61|0)4 ?(?:(?:[01] ?[0-9]|2 ?[0-57-9]|3 ?[1-9]|4 ?[7-9]|5 ?[018]) ?[0-9]|3 ?0 ?[0-5])(?: ?[0-9]){5}$/</source>" current
- 08:4708:47, 10 October 2020 diff hist +13 N Translations:Using regular expressions/70/zh-cn Created page with "Very precise:"
- 08:4708:47, 10 October 2020 diff hist +42 N Translations:Using regular expressions/69/zh-cn Created page with "===Australian mobile phone numbers only==="
- 08:4708:47, 10 October 2020 diff hist +76 N Translations:Using regular expressions/68/zh-cn Created page with "<source lang="html">/^(?:\(?(?:\+?61|0)8\)?(?:[ -]?[0-9]){7}[0-9]$/</source>" current
- 08:4708:47, 10 October 2020 diff hist +17 N Translations:Using regular expressions/67/zh-cn Created page with "Not very precise:"
- 08:4708:47, 10 October 2020 diff hist +89 N Translations:Using regular expressions/66/zh-cn Created page with "<source lang="html">/^(?:\(?(?:\+?61|0)8\)?[ -]?)?(?:5[1-4]|6[0-8]|[7-9][0-9])$/</source>" current
- 08:4708:47, 10 October 2020 diff hist +13 N Translations:Using regular expressions/65/zh-cn Created page with "Very precise:"
- 08:4708:47, 10 October 2020 diff hist +104 N Translations:Using regular expressions/64/zh-cn Created page with "===South Australia, Northern Territory, Western Australia landline phone numbers (area code optional)==="
- 08:4708:47, 10 October 2020 diff hist +76 N Translations:Using regular expressions/63/zh-cn Created page with "<source lang="html">/^(?:\(?(?:\+?61|0)7\)?(?:[ -]?[0-9]){7}[0-9]$/</source>" current
- 08:4708:47, 10 October 2020 diff hist +17 N Translations:Using regular expressions/62/zh-cn Created page with "Not very precise:"
- 08:4708:47, 10 October 2020 diff hist +117 N Translations:Using regular expressions/61/zh-cn Created page with "<source lang="html">/^(?:\(?(?:\+?61|0)7\)?[ -]?)?(?:[2-4][ -]?[0-9]|5[ -]?[2-7]|7[ -]?6)(?:[ -]?[0-9]){6}$/</source>" current
- 08:4708:47, 10 October 2020 diff hist +13 N Translations:Using regular expressions/60/zh-cn Created page with "Very precise:"
- 08:4708:47, 10 October 2020 diff hist +60 N Translations:Using regular expressions/59/zh-cn Created page with "===Queensland landline phone numbers (area code optional)==="
- 08:4708:47, 10 October 2020 diff hist +76 N Translations:Using regular expressions/58/zh-cn Created page with "<source lang="html">/^(?:\(?(?:\+?61|0)3\)?(?:[ -]?[0-9]){7}[0-9]$/</source>" current
- 08:4708:47, 10 October 2020 diff hist +17 N Translations:Using regular expressions/57/zh-cn Created page with "Not very precise:"
- 08:4608:46, 10 October 2020 diff hist +126 N Translations:Using regular expressions/56/zh-cn Created page with "<source lang="html">/^(?:\(?(?:\+?61|0)3\)?[ -]?)?(?:4[ -]?[0-57-9]|[57-9][ -]?[0-9]|6[ -]?[1-67])(?:[ -]?[0-9]){6}$/</source>" current
- 08:4608:46, 10 October 2020 diff hist +13 N Translations:Using regular expressions/55/zh-cn Created page with "Very precise:"
- 08:4608:46, 10 October 2020 diff hist +73 N Translations:Using regular expressions/54/zh-cn Created page with "===Victorian and Tasmanian landline phone numbers (area code optional)==="
- 08:4608:46, 10 October 2020 diff hist +76 N Translations:Using regular expressions/53/zh-cn Created page with "<source lang="html">/^(?:\(?(?:\+?61|0)2\)?(?:[ -]?[0-9]){7}[0-9]$/</source>" current
- 08:4608:46, 10 October 2020 diff hist +17 N Translations:Using regular expressions/52/zh-cn Created page with "Not very precise:"
- 08:4608:46, 10 October 2020 diff hist +124 N Translations:Using regular expressions/51/zh-cn Created page with "<source lang="html">/^(?:\(?(?:\+?61|0)2\)?[ -]?)?(?:3[ -]?[38]|[46-9][ -]?[0-9]|5[ -]?[0-35-9])(?:[ -]?[0-9]){6}$/</source>" current
- 08:4608:46, 10 October 2020 diff hist +13 N Translations:Using regular expressions/50/zh-cn Created page with "Very precise:"
- 08:4608:46, 10 October 2020 diff hist +65 N Translations:Using regular expressions/49/zh-cn Created page with "===New South Wales landline phone numbers (area code optional)==="
- 08:4608:46, 10 October 2020 diff hist +73 N Translations:Using regular expressions/48/zh-cn Created page with "<source lang="html">/^(?:\+?61|\(?0)[2378]\)?(?:[ -]?[0-9]){8}$/</source>" current
- 08:4608:46, 10 October 2020 diff hist +17 N Translations:Using regular expressions/47/zh-cn Created page with "Not very precise:"
- 08:4608:46, 10 October 2020 diff hist +278 N Translations:Using regular expressions/46/zh-cn Created page with "<source lang="html">/^\(?(?:\+?61|0)(?:2\)?[ -]?(?:3[ -]?[38]|[46-9][ -]?[0-9]|5[ -]?[0-35-9])|3\)?(?:4[ -]?[0-57-9]|[57-9][ -]?[0-9]|6[ -]?[1-67])|7\)?[ -]?(?:[2-4][ -]?[0-9]..." current
- 08:4608:46, 10 October 2020 diff hist +13 N Translations:Using regular expressions/45/zh-cn Created page with "Very precise:"
- 08:4608:46, 10 October 2020 diff hist +72 N Translations:Using regular expressions/44/zh-cn Created page with "===All Australian phone numbers (landlines only - area code required)==="
- 08:4508:45, 10 October 2020 diff hist +68 N Translations:Using regular expressions/43/zh-cn Created page with "<source lang="html">/^(?:\+?61|0)[2-478](?:[ -]?[0-9]){8}$/</source>" current
29 September 2020
- 08:5808:58, 29 September 2020 diff hist +35 Using regular expressions/zh-cn Created page with "这里的'非常精确'的意思:The 'Very precise:' versions listed here match against the first four or five digits in a number to ensure that they are valid Australian nu..."
- 08:5808:58, 29 September 2020 diff hist +181 N Translations:Using regular expressions/37/zh-cn Created page with "这里的'非常精确'的意思:The 'Very precise:' versions listed here match against the first four or five digits in a number to ensure that they are valid Australian nu..."
- 08:5508:55, 29 September 2020 diff hist 0 Using regular expressions/zh-cn Created page with "括号,空格和横线都会被忽略掉。"
- 08:5508:55, 29 September 2020 diff hist +45 N Translations:Using regular expressions/36/zh-cn Created page with "括号,空格和横线都会被忽略掉。" current
- 08:5408:54, 29 September 2020 diff hist +7 Using regular expressions/zh-cn Created page with "但不包括: * 234 3450 234 *a234 534 3432 *134567 *123456789013"
- 08:5408:54, 29 September 2020 diff hist +67 N Translations:Using regular expressions/35/zh-cn Created page with "但不包括: * 234 3450 234 *a234 534 3432 *134567 *123456789013" current