Regular Expressions 101

Community Patterns

iso8601 duration

0

Regular Expression
PCRE (PHP <7.3)

/
P(\d+([,\.]\d+)?Y)?(\d+([,\.]\d+)?M)?(\d+([,\.]\d+)?D)?(T(\d+([,\.]\d+)?H)?(\d+([,\.]\d+)?M)?(\d+([,\.]\d+)?S)?)?|P\d+([,\.]\d+?)W
/
gm

Description

no description available

Submitted by anonymous - 5 years ago