UNPKG

285 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function stripFormats(text, delimiter = "§") {
4 return text.replace(new RegExp(`\\${delimiter}([a-f]|[k-o]|[0-9]|r)`, "gm"), "");
5}
6exports.default = stripFormats;
7//# sourceMappingURL=stripFormats.js.map
\No newline at end of file