MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / i

Function i

web/pgadmin/static/js/pgadmin.js:24–26  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

22 hre = /^0x[0-9a-f]+$/i,
23 ore = /^0/,
24 i = function(s) {
25 return options.insensitive && ('' + s).toLowerCase() || '' + s;
26 },
27 // convert all to strings strip whitespace
28 x = i(a).replace(sre, '') || '',
29 y = i(b).replace(sre, '') || '',

Callers 1

pgadmin.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected