Skip to content

Instantly share code, notes, and snippets.

@rkmathi
Created August 28, 2013 01:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkmathi/6361203 to your computer and use it in GitHub Desktop.
Save rkmathi/6361203 to your computer and use it in GitHub Desktop.
here document on JavaScript
var heredoc = (function () {/*
<p>
hoge
</p>
*/}).toString().match(/[^]*\/\*\n([^]*)\n\*\/\}$/)[1];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment