savage-lands/share/readmes/regex.md
2025-04-17 00:41:48 +03:00

9 lines
No EOL
203 B
Markdown

# useful regex commands
## convert href to static
`.s/href="\([^"]\+\)"/href="{% static '\1' %}"`
use when **href="/some/link/file.css"** if the
quotes are single quotes, then convert them to double