Regular Expressions 101

Community Patterns

Latitude

0

Regular Expression
PCRE2 (PHP >=7.3)

/
([4][8-9]|[5][\d]|6[0-1])\s([0-5][\d].[0-9]{3})
/
gm

Description

definition of latitude in the format DD MM.mmm within the range "48 00.000" to "61 59.999"

Submitted by anonymous - 2 years ago