Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9397
var
rident = /^[a-z$_][a-z$_0-9]*$/i;
9398
function
isIdentifier(str) {
9399
return
rident.test(str);
9400
}
9401
9402
function
filledRange(count, prefix, suffix) {
9403
var
ret =
new
Array(count);
Callers
1
getCompiled
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected