Actions

Using regular expressions/nl: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

25 April 2016

  • curprev 11:2011:20, 25 April 2016Han talk contribs 12,810 bytes +5 Created page with "De volgende drie matchen 12 of 24-uurs tijdnotatie zoals hierboven met seconden, seconden optioneel en seconden verplicht"
  • curprev 11:2011:20, 25 April 2016Han talk contribs 12,805 bytes −3 Created page with "De volgende drie matchen 12 uur tijd, als boven met seconden, seconden optioneel en seconden verplicht"
  • curprev 11:1811:18, 25 April 2016Han talk contribs 12,808 bytes +15 Created page with "Hetzelfde als hierboven, maar de twee decimale punten zijn optioneel: <source>/^[1-9][0-9]{0,2}(?:,?[0-9]{3}){0,3}(?:\.[0-9]{2})?$/ </source>"
  • curprev 11:1811:18, 25 April 2016Han talk contribs 12,793 bytes −6 Created page with "Dwingt twee decimale punten af en accepteert nummers van 1.00 tot 999,999,999.00 met een optionele komma voor duizendtal/miljoental met inbegrip van: 1.00, 1,000.00, 12,345.6..."
  • curprev 11:1611:16, 25 April 2016Han talk contribs 12,799 bytes +14 Created page with "==Validatie getal met optioneel een decimaal (prijzen)== Accepteert getallen van 0 tot en met 199, met 2 decimalen optioneel: <source>/^([1][0-9][0-9]|[1-9][0-9]|[0-9])((\.)[..."
  • curprev 11:1511:15, 25 April 2016Han talk contribs 12,785 bytes +9 Created page with "=Validatie getal= ==Getallen van 1 tot 99999== <source>/^([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>/^[1-9][0-9]{0,..."
  • curprev 11:1211:12, 25 April 2016Han talk contribs 12,776 bytes +7 Created page with "Voorbeeld: Leeftijd 19-65 <source>^(1[8-9]|[2-5][0-9]|6[0-5])$</source>"
  • curprev 11:1211:12, 25 April 2016Han talk contribs 12,769 bytes +7 Created page with "Voorbeeld: Leeftijd 18-35 <source>/(1[8-9]|2[0-9]|3[0-5])/</source>"
  • curprev 11:1011:10, 25 April 2016Han talk contribs 12,762 bytes +1,027 Created page with "<source> /^(\w[-._+\w]*\w@\w[-._\w]*\w\.\w{2,3})$/ </source>"

14 January 2014

2 October 2013

20 August 2013

4 August 2013

3 August 2013

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)