Skip to content

Instantly share code, notes, and snippets.

@minitech
Created September 4, 2012 22:36
Show Gist options
  • Save minitech/3627528 to your computer and use it in GitHub Desktop.
Save minitech/3627528 to your computer and use it in GitHub Desktop.
function js_string($value) {
return '"' . str_replace(array("\r\n", "\r", "\n"), array("\n", "\n", '\n'), addslashes($value)) . '"';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment