| Title |
Test
Find
DMS Coordinate
|
| Expression |
[0-9]{1,2}[:|°|º][0-9]{1,2}[:|'](?:\b[0-9]+(?:\.[0-9]*)?|\.[0-9]+\b)"?[N|S|E|W] |
| Description |
This is a slightly modified version of Kurt's DMS Coordinate regex so all the credit should go to Kurt - I just modified it to match a second character that may commonly be used to represent degrees |
| Matches |
37º41'26"N,97º20'0"W (comma delimited, commas do not match...obviously :) |
| Non-Matches |
∞ , φ, π ....etc.... see Kurt's documentation |
| Author |
Rating:
Jordan Pollard
|
| Source |
http://www.regexlib.com/REDetails.aspx?regexp_id=2702 |
| Your Rating |
|