Skip to content

Instantly share code, notes, and snippets.

@edysegura
Last active August 29, 2015 14:17
Show Gist options
  • Save edysegura/e0404c17ab1992202de2 to your computer and use it in GitHub Desktop.
Save edysegura/e0404c17ab1992202de2 to your computer and use it in GitHub Desktop.
[REGEX] Put HTML code into quotes
find
^(\s+)?<
replace
$1'<
find
>$
replace
>',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment