Regular Expressions 101

Community Patterns

0

Splitter ES

Golang
no description available
Submitted by anonymous - 4 years ago
0

gfhgh

Python
fghh
Submitted by anonymous - 4 years ago
0

zxb

Python
zvcxv
Submitted by anonymous - 4 years ago
0

two " to triple

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

Resolution Regex

Python
no description available
Submitted by anonymous - 4 years ago

Last quoted string in text likely to be a filename

1

Regular Expression
PCRE (PHP <7.3)

/
(\"(?P<filename>[\p{L}\d\s\[\]_,.\-\(\)\+]+\.(?P<extension>\w{1,5}))\"(?!.*\"([\p{L}\d\s\.\[\]_,.\-\(\)\+]+\.\w{1,5})\"))
/

Description

Loading markdown...
Submitted by warlord - 8 years ago