Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/docs
/ encodeBracketedParentheses
Function
encodeBracketedParentheses
lib/encode-bracketed-parentheses.js:4–6 ·
view source on GitHub ↗
(input)
Source
from the content-addressed store, hash-verified
2
// by encoding the space character
3
4
export
default
function
encodeBracketedParentheses(input) {
5
return
input.replace(/] \(/g,
'] ('
)
6
}
Callers
1
fmfromf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected