Skip to content

Instantly share code, notes, and snippets.

@FredLeg
Last active August 29, 2015 14:25
Show Gist options
  • Save FredLeg/edef57c698a8021b8b8b to your computer and use it in GitHub Desktop.
Save FredLeg/edef57c698a8021b8b8b to your computer and use it in GitHub Desktop.
Remplacement pour les templates
<?= $root_path ?> ---> {$root_path}
Find what: <\?=\s*(.+)\s*\?>
Replace with: {$1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment