PHP 8.2.30
Preview: multilineRegex.js Size: 505 B
/home/byroehnu/easepaybiz.easetack.com/node_modules/validator/lib/util/multilineRegex.js

"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = multilineRegexp;
/**
 * Build RegExp object from an array
 * of multiple/multi-line regexp parts
 *
 * @param {string[]} parts
 * @param {string} flags
 * @return {object} - RegExp object
 */
function multilineRegexp(parts, flags) {
  var regexpAsStringLiteral = parts.join('');
  return new RegExp(regexpAsStringLiteral, flags);
}
module.exports = exports.default;
module.exports.default = exports.default;

Directory Contents

Dirs: 0 × Files: 11

Name Size Perms Modified Actions
127 B lr--r--r-- 2026-03-14 01:49:05
Edit Download
3.00 KB lrw-r--r-- 2026-03-05 00:19:55
Edit Download
469 B lrw-r--r-- 2026-03-05 00:19:58
Edit Download
500 B lrw-r--r-- 2026-03-05 00:20:02
Edit Download
343 B lrw-r--r-- 2026-03-05 00:20:09
Edit Download
306 B lrw-r--r-- 2026-03-05 00:20:10
Edit Download
480 B lrw-r--r-- 2026-03-05 00:20:21
Edit Download
505 B lrw-r--r-- 2026-03-05 00:20:21
Edit Download
278 B lrw-r--r-- 2026-03-05 00:20:21
Edit Download
858 B lrw-r--r-- 2026-03-05 00:20:21
Edit Download
480 B lrw-r--r-- 2026-03-05 00:20:21
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).