Created
February 17, 2018 07:44
-
-
Save rsxdalv/6d86a6ae540ff0fde2208f75d721691c to your computer and use it in GitHub Desktop.
This file contains 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
const badSymbol = ''; | |
exports.trimQuokka = x => x.replace(new RegExp(badSymbol, "g"), "") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment