PHP 8.2.30
Preview: multilineRegex.js Size: 505 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/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: 10

Name Size Perms Modified Actions
3.00 KB lrw-r--r-- 2026-02-23 15:45:46
Edit Download
469 B lrw-r--r-- 2026-02-23 15:45:46
Edit Download
500 B lrw-r--r-- 2026-02-23 15:45:46
Edit Download
343 B lrw-r--r-- 2026-02-23 15:45:48
Edit Download
306 B lrw-r--r-- 2026-02-23 15:45:48
Edit Download
480 B lrw-r--r-- 2026-02-23 15:45:48
Edit Download
505 B lrw-r--r-- 2026-02-23 15:45:48
Edit Download
278 B lrw-r--r-- 2026-02-23 15:45:48
Edit Download
858 B lrw-r--r-- 2026-02-23 15:45:48
Edit Download
480 B lrw-r--r-- 2026-02-23 15:45:48
Edit Download

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