MCPcopy
hub / github.com/BrainJS/brain.js / isRegExpIdentifierStart

Function isRegExpIdentifierStart

browser.js:21701–21703  ·  view source on GitHub ↗
(ch)

Source from the content-addressed store, hash-verified

21699 return false
21700};
21701function isRegExpIdentifierStart(ch) {
21702 return isIdentifierStart(ch, true) || ch === 0x24 /* $ */ || ch === 0x5F /* _ */
21703}
21704
21705// RegExpIdentifierPart[U] ::
21706// UnicodeIDContinue

Callers 1

browser.jsFile · 0.85

Calls 1

isIdentifierStartFunction · 0.85

Tested by

no test coverage detected