Regular Expressions 101

Community Patterns

1

comment

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

COMMENT

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

perl

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

find lat longs

PCRE (PHP <7.3)
find lat longs
Submitted by anonymous - 7 years ago
1

video id

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

ex. 2

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

nla

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

html-strip

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

US Date Format to ISO using regex substitution

1

Regular Expression
PCRE2 (PHP >=7.3)

/
(?<month>\d{1,2})\/(?<day>\d{1,2})\/(?<year>\d{4})
/
gm

Description

Loading markdown...
Submitted by Joe Kruger - 2 years ago