MCPcopy 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

VimFunction · 0.85
handleKeyEvent_Function · 0.85

Calls 1

testMethod · 0.45

Tested by

no test coverage detected