User contributions for Lacity
10 October 2020
- 08:4908:49, 10 October 2020 diff hist +15 N Translations:Using regular expressions/139/zh-cn Created page with "=Helpful links="
- 08:4908:49, 10 October 2020 diff hist +203 N Translations:Using regular expressions/122/zh-cn Created page with "The \b will allow passing of words such as "assassination" and "hello" if you enter "ass" or "hell" as your profanity word. This also works if you are trying to omit other wor..."
- 08:4908:49, 10 October 2020 diff hist +48 N Translations:Using regular expressions/121/zh-cn Created page with "Replace "ENTERPROFANITYHERE" with your bad word."
- 08:4908:49, 10 October 2020 diff hist +72 N Translations:Using regular expressions/120/zh-cn Created page with "<source lang="html">/^(?i)((?!\bENTERPROFANITYHERE\b).)*$(?-i)/</source>" current
- 08:4908:49, 10 October 2020 diff hist +41 N Translations:Using regular expressions/119/zh-cn Created page with "To filter profanity words from an answer:"
- 08:4908:49, 10 October 2020 diff hist +18 N Translations:Using regular expressions/118/zh-cn Created page with "=Profanity Filter="
- 08:4908:49, 10 October 2020 diff hist +249 N Translations:Using regular expressions/117/zh-cn Created page with "To validate for one state use the following (example is Texas): *TX uppercase only: <source lang="html">/^(TX)$/</source> *tx lowercase only: <source lang="html">/^(tx)$/</sou..."
- 08:4908:49, 10 October 2020 diff hist +11 N Translations:Using regular expressions/116/zh-cn Created page with "=US states="
- 08:4908:49, 10 October 2020 diff hist +208 N Translations:Using regular expressions/115/zh-cn Created page with "<source lang="html">/^(?:(?:00:[0-5][0-9]:[0-5][0-9] (?:am|AM)|(?:0[1-9]|1[01]):[0-5][0-9]:[0-5][0-9] (?:[ap]m|[AP]M)|12:[0-5][0-9]:[0-5][0-9] (?:pm|PM))|(?:[01][0-9]|2[0-3]):..." current
- 08:4908:49, 10 October 2020 diff hist +220 N Translations:Using regular expressions/114/zh-cn Created page with "<source lang="html">/^(?:(?:00:[0-5][0-9](?[0-5][0-9])? (?:am|AM)|(?:0[1-9]|1[01]):[0-5][0-9](?[0-5][0-9])? (?:[ap]m|[AP]M)|12:[0-5][0-9](?[0-5][0-9])? (?:pm|PM))|(?:[01][0-9]..." current
- 08:4908:49, 10 October 2020 diff hist +164 N Translations:Using regular expressions/113/zh-cn Created page with "<source lang="html">/^(?:(?:00:[0-5][0-9] (?:am|AM)|(?:0[1-9]|1[01]):[0-5][0-9] (?:[ap]m|[AP]M)|12:[0-5][0-9] (?:pm|PM))|(?:[01][0-9]|2[0-3]):[0-5][0-9])$/</source>" current
- 08:4808:48, 10 October 2020 diff hist +118 N Translations:Using regular expressions/131/zh-cn Created page with "The following three match either 12 or 24 hour time as above with seconds, optional seconds and with seconds required:"
- 08:4808:48, 10 October 2020 diff hist +161 N Translations:Using regular expressions/112/zh-cn Created page with "<source lang="html">/^(?:00:[0-5][0-9]:[0-5][0-9] (?:am|AM)|(?:0[1-9]|1[01]):[0-5][0-9]:[0-5][0-9] (?:[ap]m|[AP]M)|12:[0-5][0-9]:[0-5][0-9] (?:pm|PM))$/</source>" current
- 08:4808:48, 10 October 2020 diff hist +176 N Translations:Using regular expressions/111/zh-cn Created page with "<source lang="html">/^(?:00:[0-5][0-9](?::[0-5][0-9])? (?:am|AM)|(?:0[1-9]|1[01]):[0-5][0-9](?::[0-5][0-9])? (?:[ap]m|[AP]M)|12:[0-5][0-9](?::[0-5][0-9])? (?:pm|PM))$/</source>" current
- 08:4808:48, 10 October 2020 diff hist +129 N Translations:Using regular expressions/110/zh-cn Created page with "<source lang="html">/^(?">00:[0-5][0-9] (?:am|AM)|(?:0[1-9]|1[01]):[0-5][0-9] (?:[ap]m|[AP]M)|12:[0-5][0-9] (?:pm|PM))$/</source>" current
- 08:4808:48, 10 October 2020 diff hist +106 N Translations:Using regular expressions/130/zh-cn Created page with "The following three match 12 hour time, as above with seconds, optional seconds and with seconds required:"
- 08:4808:48, 10 October 2020 diff hist +75 N Translations:Using regular expressions/109/zh-cn Created page with "<source lang="html">/^(?:[01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]$/</source>" current
- 08:4808:48, 10 October 2020 diff hist +80 N Translations:Using regular expressions/108/zh-cn Created page with "<source lang="html">/^(?:[01][0-9]|2[0-3]):[0-5][0-9](?::[0-5][0-9])?$/</source>" current
- 08:4808:48, 10 October 2020 diff hist +64 N Translations:Using regular expressions/107/zh-cn Created page with "<source lang="html">/^(?:[01][0-9]|2[0-3]):[0-5][0-9]$/</source>" current
- 08:4808:48, 10 October 2020 diff hist +155 N Translations:Using regular expressions/106/zh-cn Created page with "The following three validation strings test for 24 hour time (in order of appearances) without seconds, with optional seconds lastly with seconds required:"
- 08:4808:48, 10 October 2020 diff hist +370 N Translations:Using regular expressions/105/zh-cn Created page with "There are a number of ways to write time formats. Some of the possible options are 12 hour or 24 hour, with seconds or without. Although it is an option to use the Question..."
- 08:4808:48, 10 October 2020 diff hist +17 N Translations:Using regular expressions/104/zh-cn Created page with "=Time validation="
- 08:4808:48, 10 October 2020 diff hist +69 N Translations:Using regular expressions/103/zh-cn Created page with "To increase or decrease the maximum change the "199" part of {0,199}."
- 08:4808:48, 10 October 2020 diff hist +56 N Translations:Using regular expressions/102/zh-cn Created page with "To increase the minimum change the zero part of {0,199}."
- 08:4808:48, 10 October 2020 diff hist +62 N Translations:Using regular expressions/101/zh-cn Created page with "<source lang="html">/^[-\w]+(?:\W+[-\w]+){0,199}\W*$/</source>" current
- 08:4808:48, 10 October 2020 diff hist +91 N Translations:Using regular expressions/100/zh-cn Created page with "The following restricts the number of words allowed to a minimum of 1 and a maximum of 200:"
- 08:4808:48, 10 October 2020 diff hist +14 N Translations:Using regular expressions/99/zh-cn Created page with "==Word count=="
- 08:4808:48, 10 October 2020 diff hist +160 N Translations:Using regular expressions/98/zh-cn Created page with "<source lang="html">/(?:[^,.;:?!& \n\r]+(?: [^,.;:?!& \n\r]+)*)(?:[,.;:?!& \n\r]?(?:\n|\r|\n\r|\r\n)(?:[^,.;:?!& \n\r]+(?: [^,.;:?!& \n\r]+)*)){0,4}/is</source>" current
- 08:4808:48, 10 October 2020 diff hist +211 N Translations:Using regular expressions/97/zh-cn Created page with "If you wanted one or more words per line (between line 1 and line 5), you can change the content located within the last curly braces to '''0,4''' (note you use 0 because you'..."
- 08:4808:48, 10 October 2020 diff hist +167 N Translations:Using regular expressions/96/zh-cn Created page with "<source lang="html">/(?:[^,.;:?!& \n\r]+(?: [^,.;:?!& \n\r]+){4,})(?:[,.;:?!& \n\r]?(?:\n|\r|\n\r|\r\n)(?:[^,.;:?!& \n\r]+(?: [^,.;:?!& \n\r]+){4,})){2,10}/is</source>" current
- 08:4808:48, 10 October 2020 diff hist +96 N Translations:Using regular expressions/95/zh-cn Created page with "If you want, say five words per line, you could change the first and last star/asterisk to {4,}:"
- 08:4808:48, 10 October 2020 diff hist +161 N Translations:Using regular expressions/94/zh-cn Created page with "<source lang="html">/(?:[^,.;:?!& \n\r]+(?: [^,.;:?!& \n\r]+)*)(?:[,.;:?!& \n\r]?(?:\n|\r|\n\r|\r\n)(?:[^,.;:?!& \n\r]+(?: [^,.;:?!& \n\r]+)*)){2,10}/is</source>" current
- 08:4808:48, 10 October 2020 diff hist +105 N Translations:Using regular expressions/93/zh-cn Created page with "The below expression tests for at least one word per line for at least 3 lines and no more than 10 lines:"
- 08:4808:48, 10 October 2020 diff hist +258 N Translations:Using regular expressions/92/zh-cn Created page with "The multiple short text question type doesn't support minimum or maximum answers at the moment. One way around this is to use a Quest..."
- 08:4808:48, 10 October 2020 diff hist +17 N Translations:Using regular expressions/91/zh-cn Created page with "=Text validation="
- 08:4808:48, 10 October 2020 diff hist +53 N Translations:Using regular expressions/90/zh-cn Created page with "<source lang="html">/^[1-9]?[0-9]{1}$|^100$/</source>" current
- 08:4808:48, 10 October 2020 diff hist +9 N Translations:Using regular expressions/89/zh-cn Created page with "==1-100==" current
- 08:4808:48, 10 October 2020 diff hist +46 N Translations:Using regular expressions/88/zh-cn Created page with "<source lang="html">/^[1-9]{1}$|^10$/</source>" current
- 08:4808:48, 10 October 2020 diff hist +8 N Translations:Using regular expressions/87/zh-cn Created page with "==1-10==" current
- 08:4808:48, 10 October 2020 diff hist +16 N Translations:Using regular expressions/86/zh-cn Created page with "=Validate score="
- 08:4808:48, 10 October 2020 diff hist +50 N Translations:Using regular expressions/85/zh-cn Created page with "<source lang="html">/^(\d+)(\.\d(05)?)?$/</source>" current
- 08:4808:48, 10 October 2020 diff hist +101 N Translations:Using regular expressions/84/zh-cn Created page with "A number with two decimal numbers after the decimal point of which the last one is either a 5 or a 0:"
- 08:4808:48, 10 October 2020 diff hist +15 N Translations:Using regular expressions/83/zh-cn Created page with "==Swiss price=="
- 08:4808:48, 10 October 2020 diff hist +96 N Translations:Using regular expressions/132/zh-cn Created page with "Check for comma usage: <source lang="html">/^\$?\d{1,3}(\d+(?!,))?(,\d{3})*(\.\d{2})?$/</source>"
- 08:4808:48, 10 October 2020 diff hist +51 N Translations:Using regular expressions/82/zh-cn Created page with "<source lang="html">/^\$?\d+(\.(\d{2}))?$/</source>" current
- 08:4808:48, 10 October 2020 diff hist +48 N Translations:Using regular expressions/81/zh-cn Created page with "==US currency (dollar sign and cents optional)=="
- 08:4808:48, 10 October 2020 diff hist +10 N Translations:Using regular expressions/80/zh-cn Created page with "=Currency="
- 08:4708:47, 10 October 2020 diff hist +38 N Translations:Using regular expressions/79/zh-cn Created page with "<source lang="html">/^.{3,}$/</source>" current
- 08:4708:47, 10 October 2020 diff hist +42 N Translations:Using regular expressions/78/zh-cn Created page with "=Minimum width (set to 3 in this example)="
- 08:4708:47, 10 October 2020 diff hist +55 N Translations:Using regular expressions/77/zh-cn Created page with "<source lang="html">/^[0]*[1-9]$|^[0]*1[0-2]$/</source>" current