utilizes.title-case

Convert given string to title case like

Usage no npm install needed!

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

README

titleCase

Convert given string to title case like

Usage: titleCase(target: string): string

import { titleCase } from 'utilizes.title-case'

titleCase('mr_john')
// Output: 'Mr John'

This module exported from utilizes project.