MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / removeFormattingTokens

Function removeFormattingTokens

static/plugins/chart.js/Chart.bundle.js:15288–15293  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

15286 }
15287
15288 function removeFormattingTokens(input) {
15289 if (input.match(/\[[\s\S]/)) {
15290 return input.replace(/^\[|\]$/g, '');
15291 }
15292 return input.replace(/\\/g, '');
15293 }
15294
15295 function makeFormatFunction(format) {
15296 var array = format.match(formattingTokens), i, length;

Callers 1

makeFormatFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected