Time duration from minutes to weeks suffixed by corresponding letter and whitespace separated. No unit of time can be omitted. Max values are enforced for minutes, hours, and days, and a max length for weeks. Case is ignored. The string should match completely from start to end.
Exemple: 3w 2d 10h 15m
Time units suffixes
w
for weeksd
for daysh
for hoursm
for minutesMax values
99
for weeks6
for days23
for hours59
for minutesMin values: 0
or 00
for all
Separators: any single whitespace character \s
Case is ignored
Full match RegEx
Capture Groups The following capture groups capture the number segments of the respective time unit.
weeks
days
hours
minutes