RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 1
Title Test Details latitude and logitude in decimal format like google-maps us it in links
Expression
^(?<lat>(-?(90|(\d|[1-8]\d)(\.\d{1,6}){0,1})))\,{1}(?<long>(-?(180|(\d|\d\d|1[0-7]\d)(\.\d{1,6}){0,1})))$
Description
Allows extraction of values vio name. tested with dotnet 2003.
Matches
"0,0“, „48.05,11.966667, „90,0“, „-90,-180“
Non-Matches
„05.12345,0“, „90.1234,1“, „1,-180.1“, „0,1.1234567“
Author Rating: The rating for this expression. Juergen Jungwirth
   Displaying page 1 of 1 pages; Items 1 to 1

Copyright © 2001-2024, RegexAdvice.com | ASP.NET Tutorials