Geo
#coordinates
#gps
#geo
#location
GPS Coordinates
Matches a latitude,longitude coordinate pair separated by a comma.
✓ Map input fields✓ Geofencing✓ Delivery address parsing
/
/
Test String
3 matches
51.5074,-0.1278
40.7128, -74.0060
-33.8688, 151.2093
-?-— '-' — literal character — repeated zero or one time (optional) · ? — zero or one time (optional)(…)Group #1— Capturing group — captures matched text for reuse or extraction[…]?Character class […]— Matches any single character listed in this set — repeated zero or one time (optional) · ? — zero or one time (optional)\ddigit— \d — digit (0–9)(…)?Group #2— Capturing group — captures matched text for reuse or extraction — repeated zero or one time (optional) · ? — zero or one time (optional)||— | — alternation: matches expression on left OR right99— '9' — literal character00— '0' — literal character(…)?Group #3— Capturing group — captures matched text for reuse or extraction — repeated zero or one time (optional) · ? — zero or one time (optional)\s*space— \s — whitespace (space, tab, newline…) — repeated zero or more times (greedy) · * — zero or more times (greedy),,— ',' — literal character\s*space— \s — whitespace (space, tab, newline…) — repeated zero or more times (greedy) · * — zero or more times (greedy)-?-— '-' — literal character — repeated zero or one time (optional) · ? — zero or one time (optional)(…)Group #4— Capturing group — captures matched text for reuse or extraction11— '1' — literal character[…]Character class […]— Matches any single character listed in this set\ddigit— \d — digit (0–9)(…)?Group #5— Capturing group — captures matched text for reuse or extraction — repeated zero or one time (optional) · ? — zero or one time (optional)||— | — alternation: matches expression on left OR right[…]?Character class […]— Matches any single character listed in this set — repeated zero or one time (optional) · ? — zero or one time (optional)\ddigit— \d — digit (0–9)(…)?Group #6— Capturing group — captures matched text for reuse or extraction — repeated zero or one time (optional) · ? — zero or one time (optional)||— | — alternation: matches expression on left OR right11— '1' — literal character88— '8' — literal character00— '0' — literal character(…)?Group #7— Capturing group — captures matched text for reuse or extraction — repeated zero or one time (optional) · ? — zero or one time (optional)Pattern:
85 charsInput: 52 chars100% client-side · private
✓ Valid Examples
- 51.5074,-0.1278
- 40.7128, -74.0060
- -33.8688, 151.2093
✗ Invalid Examples
- 91.0,-0.1278
- 51.5074,-181.0
- abc,def