1.0.3 • Published 4 months ago

@codinasion/dot-case-string-to-header-case-string v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@codinasion/dot-case-string-to-header-case-string

Converts a dot case string to a header case string.

NPM Version Downloads LICENSE

Installation

# if you're using pnpm
pnpm add @codinasion/dot-case-string-to-header-case-string

# or, if you're using npm
npm install @codinasion/dot-case-string-to-header-case-string

# or, if you're using yarn
yarn add @codinasion/dot-case-string-to-header-case-string

Usage

import { DotCaseStringToHeaderCaseString } from "@codinasion/dot-case-string-to-header-case-string";

const string = "hello.world";
console.log(DotCaseStringToHeaderCaseString(string));

// Output
// Hello-World

Sponsors & Backers

Sponsors

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

5 months ago

1.0.0

5 months ago