Regular Expressions 101

Community Patterns

0

Signals

PCRE2 (PHP >=7.3)
Replace Signal
Submitted by RedFox Regex - 3 months ago
1

all email types

PCRE2 (PHP >=7.3)
work@ing.yes
Submitted by Stormyz - 3 months ago
0

Regex PO 2

PCRE2 (PHP >=7.3)
Regex PO 2
Submitted by anonymous - 3 months ago
0

Regex PO

PCRE2 (PHP >=7.3)
Regex PO
Submitted by anonymous - 3 months ago
0

8 Character Password

PCRE2 (PHP >=7.3)
RegEx
Submitted by anonymous - 3 months ago

Transform a date string into a timestamp

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^[\w,]{3,4} (?: (?<jan>Jan )| (?<feb>Feb )| (?<mar>Mar )|(?<apr>Apr )|(?<may>May ) |(?<jun>Jun ) |(?<jul>Jul ) |(?<aug>Aug ) |(?<sep>Sep ) |(?<oct>Oct ) |(?<nov>Nov ) |(?<dec>Dec ))(?<day>\d+) (?<year>\d+) (?<time>\d{1,2}:\d\d:\d\d).*
/
gm

Description

Loading markdown...
Submitted by Steve Aughnbaugh - 6 months ago
(Last modified 6 months ago)