constant-case
Transform into upper case string with an underscore between words
Transform into upper case string with an underscore between words
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`
Convert a camelized/dasherized/underscored string into a humanized one: `fooBar-Baz_Faz` → `Foo bar baz faz`
uppercase first character of a string
Uppercase first character of each element in arrays of strings.
The lodash method `_.upperCase` exported as a module.
Simple case conversion and detection for strings.
Sequelize plugin to add configurable attribute transforms.
[](http://badge.fury.io/js/angular.validators) [](http://badge.fury.io/bo/angular.validators) [![Build Status](https://travis-c
An Express middleware module that will redirect user HTTP requests that contain uppercase letters, to the same URL converted to lowercase, without modifying query parameters.
Convert text with only the first character in upper case
Transform object keys easily using whatever transform function
A Vue.js plugin implementing the 'change-case' package methods as filters.
Converts object keys or array of objects' keys to different case styles
Uppercase the keys of an object
A Node.js module offering various string manipulation functions for capitalization, initial capitalization of words, and specific casing of text.
Convert your string to correctly string name.
Diretiva para converter campos em maiúsculo para Vue.js
Convert text between `camelCase`, `PascalCase`, `Capital Case`, `Header-Case`, `Title Case`, `path/case`, `snake_case`, `param-case`, `dot.case`, `CONSTANT_CASE`, `lower case`, `lOWER CASE FIRST`, `UPPER CASE`, `Upper case first` and other
Convert text to all uppercase letters