MCPcopy Index your code
hub / github.com/dataease/SQLBot / stripNonAlpha

Function stripNonAlpha

frontend/public/swagger-ui-bundle.js:56436–56436  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

56434 }
56435 return (ee.cookies && delete ee.cookies, serializeRequest(ee))
56436 }
56437 const stripNonAlpha = (s) => (s ? s.replace(/\W/g, '') : null)
56438 const isNonEmptyServerList = (s) => Array.isArray(s) && s.length > 0
56439 const makeResolveSubtree =

Callers 1

execute_buildRequestFunction · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected