Regular Expressions 101

Community Patterns

1...45678...877

django /static/ to {% static %}

0

Regular Expression
PCRE2 (PHP >=7.3)

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

Description

replaces as said

Submitted by anonymous - 3 years ago