MCPcopy Create free account
hub / github.com/garris/BackstopJS / regexTest

Function regexTest

core/util/createBitmaps.js:14–17  ·  view source on GitHub ↗
(string, search)

Source from the content-addressed store, hash-verified

12const CONCURRENCY_DEFAULT = 10;
13
14function regexTest (string, search) {
15 const re = new RegExp(search);
16 return re.test(string);
17}
18
19function ensureViewportLabel (config) {
20 if (typeof config.viewports === 'object') {

Callers 1

decorateConfigForCaptureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected