Regular Expressions 101

Library entries

0
javascript

Payment process

no description available
Submitted by anonymous - 7 years ago
0
javascript

get lowercase letters

get lowercase letters
Submitted by jho - 7 years ago
0
javascript

Workspaces

no description available
Submitted by anonymous - 7 years ago
0
javascript

Workspace case insensitive

no description available
Submitted by anonymous - 7 years ago
0
javascript

Website url maxLength 50

no description available
Submitted by Josiah - 7 years ago
0
javascript

number

This is for the validation of number
Submitted by Noby nirmal - 7 years ago
0
javascript

JSON (In progress)

Regex to qoute a JSON-string
Submitted by Lars Willighagen - 7 years ago
0
javascript

zepit multiline

no description available
Submitted by antoine - 7 years ago
0
javascript

Date expression

yyyy-mm-dd
Submitted by Alan - 7 years ago
0
javascript

Telefonnummer E.123

no description available
Submitted by Frank Mattes - 7 years ago
0
python

phone number

no description available
Submitted by Dries Werckx - 7 years ago
0
javascript

Firstname Lastname(double)

Example: ANDA IVANOVA-KRIVONOGOVA
Submitted by KSrGEAR - 7 years ago
0
python

All Same Number

Check all the numbers are same in a string.
Submitted by DJA - 7 years ago

LMC date match

Vote

1

Regular Expression
javascript

/
^([\+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))([T\s]((([01]\d|2[0-3])((:?)[0-5]\d)?|24\:?00)([\.,]\d+(?!:))?)?(\17[0-5]\d([\.,]\d+)?)))$
/

Description

Loading markdown...
Submitted by David Zurcher - 8 years ago