fabric/share/templates/readmes/regex.md

9 lines
203 B
Markdown
Raw Permalink Normal View History

# 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