Community Patterns

Community Library Entry

7

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

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

Description

used to parse timezone in the format -08:00 or +05:30

Submitted by Neha