Community Patterns

Community Library Entry

3

Regular Expression
Created·2014-12-09 07:38
Flavor·ECMAScript (JavaScript)

/
^([+|-]{1})([0-1]{0,1}[0-9]{1}):([0-6]{0,1}[0-9]{1})$
/
Open regex in editor

Description

parses timezones in the format -08:00 or -8:0

Submitted by Neha Kadam