MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / stripInner

Function stripInner

src/tools/web/web-fetch.ts:137–139  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

135}
136
137function stripInner(s: string): string {
138 return s.replace(/<[^>]+>/g, '');
139}
140
141function decodeEntities(s: string): string {
142 return s

Callers 1

htmlToMarkdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected