Regular Expressions 101

Community Patterns

Wzorzec opisujący czas w postaci 000 np 300 np 1256

1

Regular Expression
ECMAScript (JavaScript)

/
^( [1-9]|0[0-9]|[1-9]|1[0-9]|2[0-3])[0-5]\d$
/

Description

no description available

Submitted by anonymous - 9 years ago