PHP 7.4.33
Preview: index.js Size: 405 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/safe-regex-test/index.js
'use strict';

var callBound = require('call-bound');
var isRegex = require('is-regex');

var $exec = callBound('RegExp.prototype.exec');
var $TypeError = require('es-errors/type');

/** @type {import('.')} */
module.exports = function regexTester(regex) {
	if (!isRegex(regex)) {
		throw new $TypeError('`regex` must be a RegExp');
	}
	return function test(s) {
		return $exec(regex, s) !== null;
	};
};

Directory Contents

Dirs: 2 × Files: 9
Name Size Perms Modified Actions
.github DIR
- drwxr-xr-x 2025-03-28 11:04:36
Edit Download
test DIR
- drwxr-xr-x 2025-03-28 11:04:36
Edit Download
122 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
216 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
4.16 KB lrw-r--r-- 2025-03-28 11:04:36
Edit Download
96 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
405 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
1.05 KB lrw-r--r-- 2025-03-28 11:04:36
Edit Download
2.23 KB lrw-r--r-- 2025-03-28 11:04:36
Edit Download
1.79 KB lrw-r--r-- 2025-03-28 11:04:36
Edit Download
118 B lrw-r--r-- 2025-03-28 11:04:36
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).