PHP 8.2.30
Preview: index.js Size: 326 B
/opt/alt/alt-nodejs14/root/lib/node_modules/npm/node_modules/is-cidr/index.js

"use strict";
const cidrRegex = require("cidr-regex");

const re4 = cidrRegex.v4({exact: true});
const re6 = cidrRegex.v6({exact: true});

const isCidr = module.exports = str => {
  if (re4.test(str)) return 4;
  if (re6.test(str)) return 6;
  return 0;
};

isCidr.v4 = str => re4.test(str);
isCidr.v6 = str => re6.test(str);

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
668 B lrw-r--r-- 2026-02-22 20:40:31
Edit Download
326 B lrw-r--r-- 2026-02-22 20:40:31
Edit Download
1.26 KB lrw-r--r-- 2026-02-22 20:40:31
Edit Download
1.90 KB lrw-r--r-- 2026-02-22 20:40:31
Edit Download
1.26 KB lrw-r--r-- 2026-02-22 20:40:31
Edit Download

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