Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-01-13 13:15
Flavor·PCRE (Legacy)

/
(http:\/\/example\.com\/.*?\/.*?\/.*?)\.png
/
g
Open regex in editor

Description

Originally used as a search and replace in database fields to change the URL strings to point to .jpg's instead of .png's. Can be used generically as a search and replace in URL's.

Submitted by anonymous