1.0.2 • Published 2 years ago

@ilihub/string v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@ilihub/string

A collection of useful TypeScript functions for string manipulation.

NPM Version NPM CodeFactor Socket Badge

Installation

# if you're using pnpm
pnpm add @ilihub/string

# or, if you're using npm
npm install @ilihub/string

# or, if you're using yarn
yarn add @ilihub/string

Usage

import { CamelCaseStringToPascalCaseString } from "@ilihub/string";

const string = "helloWorld";

console.log(CamelCaseStringToPascalCaseString(string)); // HelloWorld

Available Functions and Classes


Sponsors & Backers

Support the development of new open-source projects from ilihub through crowdfunding.

The core of ilihub is our crowd-funded open-source projects, licensed under the permissive MIT license. Sponsorship increases the rate of bug fixes, documentation improvements, and feature development.

Sponsors