Sha256: 507dde662c0d81ff969b53a373959d0635ed368b6531f62f62f82951d9d73372

Contents?: true

Size: 220 Bytes

Versions: 46

Compression:

Stored size: 220 Bytes

Contents

"use strict";

var replace = String.prototype.replace
  , re = /([A-Z])/g;

module.exports = function () {
	var str = replace.call(this, re, "-$1").toLowerCase();
	if (str[0] === "-") str = str.slice(1);
	return str;
};

Version data entries

46 entries across 46 versions & 3 rubygems

Version Path
govuk_publishing_components-18.0.0 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.21.0 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.20.0 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.19.1 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.19.0 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.18.0 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.17.0 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.16.0 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.15.0 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.14.0 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.13.0 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.12.2 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.12.1 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.12.0 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.11.0 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.10.0 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.9.0 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.8.0 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.7.0 node_modules/es5-ext/string/#/camel-to-hyphen.js
govuk_publishing_components-17.6.1 node_modules/es5-ext/string/#/camel-to-hyphen.js