Regular Expressions 101

Community Patterns

Extract Lat Long from Google Maps URL

1

Regular Expression
ECMAScript (JavaScript)

/
http:\/\/maps\.google\.com\/maps\?q=.*&ll=(\d*\.*\d*),(\d*\.*\d*).*
/
i

Description

no description available

Submitted by shivanraptor - 9 years ago