quocvuongdn

#regex for check #coordinates long/lat works

Nov 26th, 2015
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. $config['coordinate'] = array(
  2.     'lat_pattern' => '/\A[+-]?(?:90(?:\.0{1,30})?|\d(?(?<=9)|\d?)\.\d{1,30})\z/x',
  3.     'long_pattern' => '/\A[+-]?(?:180(?:\.0{1,30})?|(?:1[0-7]\d|\d{1,2})\.\d{1,30})\z/x'
  4. );
Advertisement
Add Comment
Please, Sign In to add comment