MCPcopy Create free account
hub / github.com/Macuyiko/minecraft-python / isNameStart

Function isNameStart

ServerEditorWeb/ace/worker-css.js:4350–4352  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

4348}
4349
4350function isNameStart(c){
4351 return c !== null && (/[a-z_\u0080-\uFFFF\\]/i.test(c));
4352}
4353
4354function isNameChar(c){
4355 return c !== null && (isNameStart(c) || /[0-9\-\\]/.test(c));

Callers 3

isNameCharFunction · 0.85
isIdentStartFunction · 0.85
worker-css.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected