MCPcopy Create free account
hub / github.com/breck7/scroll /

Class

external/.scrollLibs.js:19119–19119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19117// todo: add standard types, enum types, from disk types
19118class AbstractParsersAtomTestParser extends Particle {}
19119class ParsersRegexTestParser extends AbstractParsersAtomTestParser {
19120 isValid(str) {
19121 if (!this._regex) this._regex = new RegExp("^" + this.content + "$")
19122 return !!str.match(this._regex)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected