PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/es5-ext/string/#

Просмотр файла: hyphen-to-camel.js

"use strict";

var replace = String.prototype.replace, re = /-([a-z0-9])/g;
var toUpperCase = function (ignored, a) { return a.toUpperCase(); };

module.exports = function () { return replace.call(this, re, toUpperCase); };

Выполнить команду


Для локальной разработки. Не используйте в интернете!