MCPcopy Create free account
hub / github.com/TruthHun/BookStack / isIdentifier

Function isIdentifier

static/word2md/mammoth.browser.js:9398–9400  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

9396
9397var rident = /^[a-z$_][a-z$_0-9]*$/i;
9398function isIdentifier(str) {
9399 return rident.test(str);
9400}
9401
9402function filledRange(count, prefix, suffix) {
9403 var ret = new Array(count);

Callers 1

getCompiledFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected