Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.5/@hapi/hoek/lib/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.5/@hapi/hoek/lib/escapeHeaderAttribute.js

'use strict';

const Assert = require('./assert');


const internals = {};


module.exports = function (attribute) {

    // Allowed value characters: !#$%&'()*+,-./:;<=>?@[]^_`{|}~ and space, a-z, A-Z, 0-9, \, "

    Assert(/^[ \w\!#\$%&'\(\)\*\+,\-\.\/\:;<\=>\?@\[\]\^`\{\|\}~\"\\]*$/.test(attribute), 'Bad attribute value (' + attribute + ')');

    return attribute.replace(/\\/g, '\\\\').replace(/\"/g, '\\"');                             // Escape quotes and slash
};

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists