Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MicrosoftEdge/WebView2Browser
/ isSingleWord
Function
isSingleWord
wvbrowser_ui/controls_ui/default.js:233–235 ·
view source on GitHub ↗
(query)
Source
from the content-addressed store, hash-verified
231
}
232
233
function
isSingleWord(query) {
234
return
WORD_REGEX.test(query);
235
}
236
237
function
hasScheme(query) {
238
return
SCHEMED_URI_REGEX.test(query);
Callers
1
tryNavigate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected