Regular Expressions 101

Community Patterns

0

Tilak

PCRE (PHP <7.3)
buddypres filehacker
Submitted by anonymous - 3 years ago
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

Extraneous slashes in pathnames

1

Regular Expression
PCRE (PHP <7.3)

~
(?P<leading> (?<=^/) /+ (?# Matches extra slashes after the first one) ) | (?P<middle> (?<!^) (?<=/) /+ (?!$) (?# Matches extra slashes in the middle of the path) ) | (?P<trailing> (?<!^) /+ (?=$) (?# Matches all trailing slashes) )
~
gmxX

Description

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