MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / unescapeText

Function unescapeText

web/static/bower_components/angular/angular.js:10884–10887  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

10882 }
10883
10884 function unescapeText(text) {
10885 return text.replace(escapedStartRegexp, startSymbol).
10886 replace(escapedEndRegexp, endSymbol);
10887 }
10888
10889 function stringify(value) {
10890 if (value == null) { // null || undefined

Callers 1

$interpolateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected