All Projects → ianstormtaylor → To Title Case

ianstormtaylor / To Title Case

Convert a string to a title case.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to To Title Case

Search Deflector
A small program that forwards searches from Cortana to your preferred browser and search engine.
Stars: ✭ 620 (+3547.06%)
Mutual labels:  utility
Reloading
Change Python code while it's running without losing state
Stars: ✭ 723 (+4152.94%)
Mutual labels:  utility
Tip
Programmable tooltip that can be used with any Mac OS app
Stars: ✭ 798 (+4594.12%)
Mutual labels:  utility
Basscss
Low-level CSS Toolkit – the original Functional/Utility/Atomic CSS library
Stars: ✭ 5,669 (+33247.06%)
Mutual labels:  utility
Embedmd
embedmd: embed code into markdown and keep everything in sync
Stars: ✭ 714 (+4100%)
Mutual labels:  utility
Utils
A collection of useful PHP functions, mini classes and snippets that you need and can use every day.
Stars: ✭ 750 (+4311.76%)
Mutual labels:  utility
Dozer
Hide menu bar icons on macOS
Stars: ✭ 5,655 (+33164.71%)
Mutual labels:  utility
Vault2env
Small utility to transfer fields of a key in Vault into the environment
Stars: ✭ 6 (-64.71%)
Mutual labels:  utility
Quicktile
Adds window-tiling hotkeys to any X11 desktop. (An analogue to WinSplit Revolution for people who don't want to use Compiz Grid)
Stars: ✭ 719 (+4129.41%)
Mutual labels:  utility
Pie
🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.
Stars: ✭ 788 (+4535.29%)
Mutual labels:  utility
Thor
Switch the right application ASAP.
Stars: ✭ 660 (+3782.35%)
Mutual labels:  utility
Goto
Alias and navigate to directories with tab completion in Linux
Stars: ✭ 698 (+4005.88%)
Mutual labels:  utility
Engauge Digitizer
Extracts data points from images of graphs
Stars: ✭ 754 (+4335.29%)
Mutual labels:  utility
Cabin
🌲 Cabin is the best JavaScript and Node.js logging service and logging npm package
Stars: ✭ 622 (+3558.82%)
Mutual labels:  utility
Git Repo
Git-Repo: CLI utility to manage git services from your workspace
Stars: ✭ 818 (+4711.76%)
Mutual labels:  utility
Bash Lib
Library for bash utility methods and tools
Stars: ✭ 546 (+3111.76%)
Mutual labels:  utility
Pydash
The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library.
Stars: ✭ 728 (+4182.35%)
Mutual labels:  utility
Mini Observable
A mini implementation of TC39 observables, plus some utils!
Stars: ✭ 16 (-5.88%)
Mutual labels:  utility
Xonotic Map Manager
A command line package manager for Xonotic community maps
Stars: ✭ 5 (-70.59%)
Mutual labels:  utility
Remeda
A utility library for JavaScript and TypeScript.
Stars: ✭ 774 (+4452.94%)
Mutual labels:  utility

to-title-case Build Status

Convert a string to a title case. Part of the series of case helpers.

Installation

$ npm install to-title-case

Example

var toTitleCase = require('to-title-case')

toTitleCase('the catcher in the rye') 
// "The Catcher in the Rye"

API

toTitleCase(string)

Returns the string converted to title case, preserving punctuation.

License

The MIT License (MIT)

Copyright © 2016, Ian Storm Taylor

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].