PHP WebShell

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

Просмотр файла: case-insensitive-compare.js

"use strict";

var toLowerCase = String.prototype.toLowerCase;

module.exports = function (other) {
	return toLowerCase.call(this).localeCompare(toLowerCase.call(String(other)));
};

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


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