Skip to content

Instantly share code, notes, and snippets.

@scpike
Created February 27, 2019 18:05
(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