MCPcopy Create free account
hub / github.com/socketstream/socketstream / escape

Function escape

docs/js/angular-bootstrap-prettify.js:16–22  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

14
15
16function escape(text) {
17 return text.
18 replace(/\&/g, '&').
19 replace(/\</g, '&lt;').
20 replace(/\>/g, '&gt;').
21 replace(/"/g, '&quot;');
22}
23
24/**
25 * http://stackoverflow.com/questions/451486/pre-tag-loses-line-breaks-when-setting-innerhtml-in-ie

Callers 2

hiddenFieldFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected