@ilihub/dot-case-string-to-kebab-case-string
Converts a dot case string to a kebab case string.
Installation
pnpm add @ilihub/dot-case-string-to-kebab-case-string
npm install @ilihub/dot-case-string-to-kebab-case-string
yarn add @ilihub/dot-case-string-to-kebab-case-string
Usage
import { DotCaseStringToKebabCaseString } from "@ilihub/dot-case-string-to-kebab-case-string";
const string = "hello.world";
console.log(DotCaseStringToKebabCaseString(string));
🛠️ Online Tool ⚡
You can use this npm package as an online tool by clicking on the link provided 👉🏻 here 👈🏻
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.