Regular Expressions 101

Community Patterns

0

test

PCRE (PHP <7.3)
test
Submitted by anonymous - 4 years ago
0

blegrh

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

Email

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

Mobile

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

Get SKU, leave out _# before file extension

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^([-\w\d\.]+?)(?(?=_)|(?=\.jpg))
/
gm

Description

Loading markdown...
Submitted by Mendel Groner - 2 years ago