capitalize-the-first-letter
A package that converts the first letter to upperCase for any string.
A package that converts the first letter to upperCase for any string.
Like String.prototype.replace() but attempts to match the casing of the substring being replaced.
Librairie offrant des méthodes permettant de gérer des chaines e caractères (string)
Coverts the string to title case for ex:- I am good" it converst to I Am Good
String normalization with removal spaces and/or words.
The string 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'.
The string 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'.
just a tst
A simple module to Upper-Lower Case whatever you want...
An Alfred 3 workflow to quickly change the case of the clipboard text.
Any kind of string manuplation JS
List of uppercase characters in the alphabet
Capitalize every word in a string: unicorn cake → Unicorn Cake
formats a given strings casing probabilistic by a given weight
A versatile npm package for converting text to different casing styles, including lowercase, uppercase, title case, and sentence case.
Convert names to specified case, i.e. camelcase.
Find, count or verify uppercase and lowercase words in a string
NPM package for capitalizing or decapitalizing every first letter of the word. Letter case option(Upper & lower case) for every word in a sentence.
Returns true if a string’s first letter is uppercase.
Convert the First Letter of String to Capital letter. Supports only String values, will return Empty string for any other types.