MCPcopy Create free account
hub / github.com/nodejs/node / removeLink

Function removeLink

deps/v8/test/webkit/resources/standalone-pre.js:26–29  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

24var wasPostTestScriptParsed = false;
25
26function removeLink(text)
27{
28 return text.replace(/<a[^>]*>/g, "").replace(/<\/a>/g, "");
29}
30
31function description(msg)
32{

Callers 1

descriptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected