Regular Expressions 101

Sponsors

Library entries

1
javascript

Regex Alamat

Regex untuk Alamat
Submitted by aji - 2 years ago
1
python

phone

This regex is decision phone number
Submitted by anonymous - 2 years ago
1
python

Test end

Test end
Submitted by anonymous - 2 years ago
1
python

link findall

Submitted by Kerem Göksu - 2 years ago
1
golang

lsblk-output-regex

Trying to adapt this regex to support LVM.
Submitted by anonymous - 2 years ago

regex for iso 8601 date between 1970 and 2999

Vote

1

Regular Expression
javascript

/
^(19[789]\d|2\d{3})-((0[13578]|1[02])-([0-2]\d|3[01])|02-[0-2]\d|0[469]|11-([0-2]\d|30))T([01]\d|2[0-4])(:[0-5]\d){2}Z$
/

Description

Loading markdown...
Submitted by KurayamiNoDaiTenshi - 7 years ago