devstorm
Utility functions to increase your productivity.
Utility functions to increase your productivity.
The strinify npm package provides string manipulation functions designed to enhance JavaScript's built-in string capabilities. It provides a set of intuitive functions that allow you to easily transform and manipulate strings in various ways.
String transform module
String-transform module from Glize library.
basic string utils library
npm install string-case-converter
Converts a string from upper case to camel case
Converts a camel case string to a constant case string
Converts a camel case string to a dot case string
Converts a camel case string to a header case string
Converts a camel case string to a kebab case string
Converts a camel case string to a lower case string
Converts a string from camel case to pascal case
Converts a camel case string to a path case string
Converts a camel case string to a sentence case string
Converts a camel case string to a snake case string
Converts a camel case string to a title case string
Converts a camel case string to an upper case string
Converts a constant case string to a camel case string
A collection of useful TypeScript functions and utilities for camel casing strings manipulation.