Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE (PHP <7.3)

/
(\{\"type\"\:\"Point\"\,\"coordinates\"\:\[(?<latitude>[\d\-\.]*)\,(?<longitude>[\d\-\.]*))
/

Description

Extracts the latitude and longitude from the raw data.

Submitted by anonymous - 8 years ago