MCPcopy
hub / github.com/ether/etherpad / stripDotFromAuthorID

Function stripDotFromAuthorID

src/node/utils/ExportHtml.ts:84–84  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

82 let css = '';
83
84 const stripDotFromAuthorID = (id: string) => id.replace(/\./g, '_');
85
86 if (authorColors) {
87 css += '<style>\n';

Callers 2

getHTMLFromAtextFunction · 0.85
getSpanClassForFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected