Server IP : 162.213.251.212 / Your IP : 3.141.193.54 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/allssztx/needapair.com/node_modules/docxtemplater/js/ |
Upload File : |
"use strict"; function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); } var nbspRegex = new RegExp(String.fromCharCode(160), "g"); function replaceNbsps(str) { return str.replace(nbspRegex, " "); } function match(condition, placeHolderContent) { var type = _typeof(condition); if (type === "string") { return replaceNbsps(placeHolderContent.substr(0, condition.length)) === condition; } if (condition instanceof RegExp) { return condition.test(replaceNbsps(placeHolderContent)); } if (type === "function") { return !!condition(placeHolderContent); } } function getValue(condition, placeHolderContent) { var type = _typeof(condition); if (type === "string") { return replaceNbsps(placeHolderContent).substr(condition.length); } if (condition instanceof RegExp) { return replaceNbsps(placeHolderContent).match(condition)[1]; } if (type === "function") { return condition(placeHolderContent); } } function getValues(condition, placeHolderContent) { var type = _typeof(condition); if (type === "string") { return [placeHolderContent, replaceNbsps(placeHolderContent).substr(condition.length)]; } if (condition instanceof RegExp) { return replaceNbsps(placeHolderContent).match(condition); } if (type === "function") { return [placeHolderContent, condition(placeHolderContent)]; } } module.exports = { match: match, getValue: getValue, getValues: getValues };