UNPKG

@wordpress/wordcount

Version:
8 lines (7 loc) 649 B
{ "version": 3, "sources": ["../src/stripConnectors.ts"], "sourcesContent": ["/**\n * Internal dependencies\n */\nimport type { Settings } from './types';\n\n/**\n * Replaces items matched in the regex with spaces.\n *\n * @param settings The main settings object containing regular expressions\n * @param text The string being counted.\n * @return The manipulated text.\n */\nexport default function stripConnectors(\n\tsettings: Settings,\n\ttext: string\n): string {\n\treturn text.replace( settings.connectorRegExp, ' ' );\n}\n"], "mappings": ";AAYe,SAAR,gBACN,UACA,MACS;AACT,SAAO,KAAK,QAAS,SAAS,iBAAiB,GAAI;AACpD;", "names": [] }