Regular Expressions 101

Community Patterns

0

回溯

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

TNRid

PCRE (PHP <7.3)
^-|\b\d.{0,20}.$
Submitted by anonymous - 4 years ago

RegEx for TimeZone OffSet with optional - sign and range from -14:00 to 14:00 with minutes 00,15,30,45

0

Regular Expression
PCRE (PHP <7.3)

/
^-?(((([0][0-9])|([1][0-3])):(([03][0])|([14][5])))|14:00)
/
gm

Description

Loading markdown...
Submitted by anonymous - 4 years ago