Regular Expressions 101

Community Patterns

0

回溯

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

add colon between hours and minutes to time (24h system)

0

Regular Expression
PCRE (PHP <7.3)

/
(([1[:digit:]]{2})|([[:digit:]]{1}))([[:digit:]]{2})
/

Description

Loading markdown...
Submitted by Patrick Sinke - 8 years ago