Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-04-06 08:49
Flavor·PCRE2 (PHP)

/
POINT\((?P<longitude>-?\d+\.\d+) (?P<latitude>-?\d+\.\d+)\)
/
gm
Open regex in editor

Description

Parse a WKT POINT string into longitude and latitude values

Submitted by anonymous