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

Function normalizeText

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

Source from the content-addressed store, hash-verified

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

Callers 2

serializeInlineFunction · 0.70
htmlToMarkdownBasicFunction · 0.70

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected