Regular Expressions 101

Community Patterns

1

dd

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 7 years ago
1

Email

PCRE (PHP <7.3)
Refunds email validation
Submitted by Greg Kedge - 7 years ago
1

xref phone number

Python
no description available
Submitted by anonymous - 7 years ago
1

Save

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

re

Python
no description available
Submitted by anonymous - 7 years ago
1

HTML tag search

Python
finds the common html tags
Submitted by Henri Mulder - 7 years ago
1

smiley

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

Apache Error Log Date Parsing

1

Regular Expression
PCRE (PHP <7.3)

/
(?<dayname>[A-Za-z]{3})\s(?<month>[A-Za-z]{3})\s(?<dayofmonth>\d{2})\s(?<hour>\d{2}):(?<minutes>\d{2}):(?<seconds>\d{2})(?:\.(?<milliseconds>\d*))?\s(?<year>\d{4})
/
i

Description

Loading markdown...
Submitted by garys - 7 years ago