Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ isUpperCase
Function
isUpperCase
static/js/codemirror/keymap/vim.js:295–297 ·
view source on GitHub ↗
(k)
Source
from the content-addressed store, hash-verified
293
return
numberRegex.test(k);
294
}
295
function
isUpperCase(k) {
296
return
(/^[A-Z]$/).test(k);
297
}
298
function
isAlphanumeric(k) {
299
return
(/^[\w]$/).test(k);
300
}
Callers
2
Vim
Function · 0.85
handleKeyEvent_
Function · 0.85
Calls
1
test
Method · 0.45
Tested by
no test coverage detected