Regular Expressions 101

Library entries

0
pcre2

Match Multi groups

Match Multi groups
Submitted by anonymous - 2 years ago
0
python

Excel ABS, SUM, AVG

test
Submitted by anonymous - 2 years ago
0
python

Capture variable

test
Submitted by anonymous - 2 years ago
0
pcre2

Months (ID/ENG)

.
Submitted by Virtuozs - 2 years ago
0
pcre2

Dimensions

Regex to match dimensions
Submitted by intern_of_the_year - 2 years ago
0
java

Email Validation Pattern

Email Validation Pattern
Submitted by Aslam Anver - 2 years ago
0
pcre2

Host sanity check

Super dumb sanity check for valid host
Submitted by anonymous - 2 years ago
0
python

Regex Test on Slashes

A regex test for filepaths.
Submitted by anonymous - 2 years ago
1
pcre2

Email

Regex simples para verificação de email
Submitted by anonymous - 2 years ago
2
pcre2

UUID 4

Detects any UUID 4 strings
Submitted by ShadowNox - 2 years ago
2
pcre2

Grabify URL Detector

Detects any Grabify IP tracker links
Submitted by ShadowNox - 2 years ago
1
pcre2

ew

ee
Submitted by anonymous - 2 years ago

Search for a date (Y/m/d or d/m/Y)

Vote

1

Regular Expression
pcre2

/
(?'YMDyear'[\d]{4})?\/(?'YMDmonth'[\d]{2})\/(?'YMDday'[\d]{2})|(?'DMYday'[\d]{2})\/(?'DMYmonth'[\d]{2})\/(?'DMYyear'[\d]{4})
/
sigm

Description

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