text-title-case

Convert a text into title case following English rules

Usage no npm install needed!

<script type="module">
  import textTitleCase from 'https://cdn.skypack.dev/text-title-case';
</script>

README

Title Case

NPM version NPM downloads Bundle size

Transform a text into title case following English rules.

Installation

npm install text-title-case --save

Usage

import { titleCase } from "text-title-case";

titleCase("string"); //=> "String"
titleCase("follow step-by-step instructions"); //=> "Follow Step-by-Step Instructions"

License

MIT