Regular Expressions 101

Community Patterns

0

Name w/ unicode

Python
no description available
Submitted by anonymous - 4 years ago

Remove _1 suffix from image filenames

3

Regular Expression
PCRE (PHP <7.3)

/
_([_\d]*)[.]
/
g

Description

Loading markdown...
Submitted by John Hughes - 8 years ago