PHP 8.2.30
Preview: unescape.js Size: 814 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/react-i18next/dist/commonjs/unescape.js

"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.unescape = void 0;
var matchHtmlEntity = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g;
var htmlEntities = {
  '&': '&',
  '&': '&',
  '&lt;': '<',
  '&#60;': '<',
  '&gt;': '>',
  '&#62;': '>',
  '&apos;': "'",
  '&#39;': "'",
  '&quot;': '"',
  '&#34;': '"',
  '&nbsp;': ' ',
  '&#160;': ' ',
  '&copy;': '©',
  '&#169;': '©',
  '&reg;': '®',
  '&#174;': '®',
  '&hellip;': '…',
  '&#8230;': '…',
  '&#x2F;': '/',
  '&#47;': '/'
};

var unescapeHtmlEntity = function unescapeHtmlEntity(m) {
  return htmlEntities[m];
};

var unescape = function unescape(text) {
  return text.replace(matchHtmlEntity, unescapeHtmlEntity);
};

exports.unescape = unescape;

Directory Contents

Dirs: 0 × Files: 15

Name Size Perms Modified Actions
4.00 KB lrw-r--r-- 2026-02-28 00:26:50
Edit Download
1.76 KB lrw-r--r-- 2026-02-28 00:27:26
Edit Download
560 B lrw-r--r-- 2026-02-28 00:27:48
Edit Download
257 B lrw-r--r-- 2026-02-28 00:28:06
Edit Download
3.37 KB lrw-r--r-- 2026-02-28 00:28:24
Edit Download
438 B lrw-r--r-- 2026-02-28 00:28:28
Edit Download
2.98 KB lrw-r--r-- 2026-02-28 00:28:48
Edit Download
1000 B lrw-r--r-- 2026-02-28 00:28:52
Edit Download
12.65 KB lrw-r--r-- 2026-02-28 00:28:58
Edit Download
814 B lrw-r--r-- 2026-02-28 00:29:00
Edit Download
1.13 KB lrw-r--r-- 2026-02-28 00:29:02
Edit Download
5.92 KB lrw-r--r-- 2026-02-28 00:29:06
Edit Download
3.64 KB lrw-r--r-- 2026-02-28 00:29:08
Edit Download
2.19 KB lrw-r--r-- 2026-02-28 00:29:10
Edit Download
3.09 KB lrw-r--r-- 2026-02-28 00:29:12
Edit Download

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