Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataease/SQLBot
/ isRfc3986Reserved
Function
isRfc3986Reserved
frontend/public/swagger-ui-bundle.js:41450–41450 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
41448
return
this.valueOf()
41449
}
41450
}
41451
const
isRfc3986Reserved = (s) =>
":/?#[]@!$&'()*+,;="
.indexOf(s) > -1,
41452
isRfc3986Unreserved = (s) => /^[a-z0-9\-._~]+$/i.test(s)
41453
function
encodeCharacters(s, o =
'reserved'
) {
Callers
1
encodeCharacters
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected