Regular Expressions 101

Community Patterns

0

Lat

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

Final

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

test

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

ex1

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

ex3

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

Get Sku, leave out _# before file extension (version 2)

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^([^_\n]+)(?(?=_)|(?=\.jpg))
/
mg

Description

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