Created
February 27, 2019 18:05
-
-
Save scpike/5ea344b7444d7f5f6f63a16476f7fe4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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