Sha256: de46fc0b3f85763289c26a845963b3e420547098aa628fe57a5b1139b9794161

Contents?: true

Size: 226 Bytes

Versions: 46

Compression:

Stored size: 226 Bytes

Contents

"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);
};

Version data entries

46 entries across 46 versions & 3 rubygems

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