Skip to content

Instantly share code, notes, and snippets.

@tiagocordeiro
Last active December 8, 2021 13:57
Show Gist options
  • Save tiagocordeiro/afb71adc6eb650b573204c0c9e0abde5 to your computer and use it in GitHub Desktop.
Save tiagocordeiro/afb71adc6eb650b573204c0c9e0abde5 to your computer and use it in GitHub Desktop.
Pycharm Regex Find and Replace Static Files

Find what: (href|src)="([a-zA-Z0-9/.-]+[^.html])"

Replace with: $1=\"{% static "assets/$2" %}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment