Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE2 (PHP >=7.3)

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

Description

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

Submitted by anonymous - 4 years ago