MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / escapeHelper

Function escapeHelper

libraries/p5.js:23619–23626  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

23617// =======
23618
23619function escapeHelper(content) {
23620 return content
23621 .replace(/&/g, '&')
23622 .replace(/</g, '&lt;')
23623 .replace(/>/g, '&gt;')
23624 .replace(/"/g, '&quot;')
23625 .replace(/'/g, '&#039;');
23626}
23627
23628/**
23629 * Writes the contents of a Table object to a file. Defaults to a

Callers 1

p5.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected