Regular Expressions 101

Community Patterns

0

tilak Phishing

PCRE (PHP <7.3)
tilak Phishing
Submitted by anonymous - 3 years ago
0

My text

Python
no description available
Submitted by anonymous - 3 years ago
0

blake shell

PCRE (PHP <7.3)
blake encoded shell
Submitted by anonymous - 3 years ago
0

tilak shell

PCRE (PHP <7.3)
tilak encoded shell
Submitted by anonymous - 3 years ago
0

tilak shell

PCRE (PHP <7.3)
tilak encoded shell
Submitted by anonymous - 3 years ago

find word near another word (10 words distance)

1

Regular Expression
PCRE (PHP <7.3)

/
(Charlie)(?=\W+(?:\w+\W+){1,10}?plot)|((?<=plot)\W+(?:\w+\W+){1,10}?)(Charlie)|(Charlie)(?=\W+(?:\w+\W+){1,10}?over)|((?<=plot)\W+(?:\w+\W+){1,10}?)(Charlie)
/
gm

Description

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