fabric/share/templates/readmes/regex.md
Ronny Abraham 6c757d0343 add regex.md file for useful regex commands
Changes to be committed:
	new file:   share/templates/readmes/regex.md
2017-08-03 07:50:08 +03:00

203 B

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