MCPcopy
hub / github.com/SimonAKing/scrcpy-gui / english

Function english

src/renderer/utils/regular/index.js:9–11  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

7 return (/^[0-9]$/).test(str)
8 },
9 english(str) {
10 return (/^[a-zA-Z]+$/).test(str)
11 },
12 text(str) {
13 return (/^\w+$/).test(str)
14 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected