Skip to content

Instantly share code, notes, and snippets.

@alexanderjsingleton
Last active August 29, 2015 17:43
Show Gist options
  • Save alexanderjsingleton/a7e7cad8d04b62df3cb2 to your computer and use it in GitHub Desktop.
Save alexanderjsingleton/a7e7cad8d04b62df3cb2 to your computer and use it in GitHub Desktop.
regex for php conversion
Executed w/ Vim:
```
%s/src="\(img\/.\+\)"/<?php echo get_template_directory_uri(); ?>\/\1/g
%s/src="\(js\/.\+\)"/<?php echo get_template_directory_uri(); ?>\/\1/g
%s/href="\(css\/.\+\)"/<?php echo get_template_directory_uri(); ?>\/\1/g
```
@alexanderjsingleton
Copy link
Author

^Replace script^

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