Regular Expressions 101

Community Patterns

1

aa

PCRE (PHP <7.3)
aaa
Submitted by aaa - 8 years ago
0

test

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

Get the extension of file

1

Regular Expression
ECMAScript (JavaScript)

/
.*\.(\w{3,})$
/
gmi

Description

Loading markdown...
Submitted by Taffarel Xavier - 8 years ago