MCPcopy Index your code
hub / github.com/devgutt/wdr-render-basic / htmlEntities

Function htmlEntities

src/TextFormatting.js:55–57  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

53}
54
55function htmlEntities(str) {
56 return String(str).replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;');
57}
58
59module.exports = textFormatting;
60

Callers 1

textFormattingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected