Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-05-13 15:31
Flavor·PCRE2 (PHP)

/
\b(src|href)="\/static\/([^"]*)"
/
gm
Open regex in editor

Description

replace /static/ sources with the django {% static %} tags

Submitted by anonymous