Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-02-04 21:02
Flavor·PCRE (Legacy)

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

Description

Extracts the latitude and longitude from the raw data.

Submitted by anonymous