Canadensys / narwhal-processor

Basic data processing library aiming to normalize similar values ​​in a known format.
MIT License
6 stars 7 forks source link

Add characters used for minutes seconds in DDMMSS coordinates notation #19

Open cgendreau opened 9 years ago

cgendreau commented 9 years ago

Improve regex to include more characters that could be used to flag 'minute' and 'second' in DDMMSS coordinates notation.

minutes[‘'’‛]
seconds ("|“|''|‛‛|‟|”|‘‘|’’)

Provided by David Fichtmüller

cgendreau commented 9 years ago

All single characters are now included. Notations with 2 characters for seconds (''|‛‛|‘‘|’’) are still missing.