MCPcopy 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
233function isSingleWord(query) {
234 return WORD_REGEX.test(query);
235}
236
237function hasScheme(query) {
238 return SCHEMED_URI_REGEX.test(query);

Callers 1

tryNavigateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected