UNPKG

@wordpress/wordcount

Version:
12 lines (11 loc) 287 B
// packages/wordcount/src/stripShortcodes.ts function stripShortcodes(settings, text) { if (settings.shortcodesRegExp) { return text.replace(settings.shortcodesRegExp, "\n"); } return text; } export { stripShortcodes as default }; //# sourceMappingURL=stripShortcodes.js.map