You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above code returns true although there is a "(" character in Y coordinates and not closed in X coordinates. It would be better if it returns true if coordinates are wrapped in () only.
The text was updated successfully, but these errors were encountered:
validator = require('validator');
console.log(validator.isLatLong('(29.98727, 48.2268726')); // true
The above code returns true although there is a "(" character in Y coordinates and not closed in X coordinates. It would be better if it returns true if coordinates are wrapped in () only.
The text was updated successfully, but these errors were encountered: