Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
ECMAScript (JavaScript)

/
^-?\d+\.*\d*;\s*-?\d+\.*\d*
/
gi

Description

RE to validate the format of a WGS84 datum coordinates string.

Submitted by anonymous - 7 years ago