Skip to content

Instantly share code, notes, and snippets.

@scpike
Created February 27, 2019 18:05
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 scpike/5ea344b7444d7f5f6f63a16476f7fe4d to your computer and use it in GitHub Desktop.
Save scpike/5ea344b7444d7f5f6f63a16476f7fe4d to your computer and use it in GitHub Desktop.
(function(x) {
if (x.length > 0) {
return "'(" + x.split("\n").join("|") + ")'"
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment