MCPcopy
hub / github.com/ollm/OpenComic / htmlEntities

Function htmlEntities

scripts/opencomic.js:617–620  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

615}
616
617function htmlEntities(str)
618{
619 return String(str).replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/"/g, '&quot;');
620}
621
622function htmlQuote(str)
623{

Callers 2

returnTextPathFunction · 0.85
opencomic.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected