Regular Expressions 101

Community Patterns

0

Aufg1

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

MM

PCRE (PHP <7.3)
ID
Submitted by anonymous - 5 years ago
0

tld

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

Get File name (no ext) from pathname

0

Regular Expression
PCRE (PHP <7.3)

/
[^\\]*(?=[.][a-zA-Z]+$)
/
gm

Description

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