MCPcopy Create free account
hub / github.com/dailydotdev/apps / normalizeText

Function normalizeText

packages/shared/src/lib/markdownConversion.ts:9–9  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

7 value.replace(/"/g, '"');
8
9const normalizeText = (value: string): string => value.replace(/\u00a0/g, ' ');
10
11const applyInlineTextFormatting = (value: string): string => {
12 let result = value;

Callers 2

serializeInlineFunction · 0.70
htmlToMarkdownBasicFunction · 0.70

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected