Regular Expressions 101

Community Patterns

0

CAN2-v4

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 4 years ago
0

request

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 4 years ago

Parse WKT POINT

0

Regular Expression
PCRE2 (PHP >=7.3)

/
POINT\((?P<longitude>-?\d+\.\d+) (?P<latitude>-?\d+\.\d+)\)
/
gm

Description

Loading markdown...
Submitted by anonymous - 2 years ago