Regular Expressions 101

Community Patterns

0

4

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

3

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

2

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

2

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

9

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

8

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

6

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
0

10

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

9

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

7

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

5

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

4

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

3

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

2

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
2

1

PCRE (PHP <7.3)
no description available
Submitted by в - 8 years ago
1

1

PCRE (PHP <7.3)
no description available
Submitted by d - 8 years ago
1

1

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

1

PCRE (PHP <7.3)
no description available
Submitted by Plokhova A.Y. - 8 years ago

ISO 8601 Dates

0

Regular Expression
PCRE (PHP <7.3)

/
(?P<y>\d{4}) - (?P<m>\d{2}) (?: - (?P<d>\d{2}) )? (?: [T\s] (?P<hh>\d{2})\: (?P<mm>\d{2}) (?:\:(?P<ss>\d{2}))? (?:[+-](?P<tz>\d{2}\:\d{2}))? (?: (?:\.(?P<u>\d{2,4}))?[Z] )? )?$
/
gmixu

Description

Loading markdown...
Submitted by mjolnic - 8 years ago