‹ Back
TitleizeJS
An NPM package that converts the input strings to strings that represent titles. It's also being used on this website! There are a few settings to make sure that it can deal with many different input strings. For example, `hello world!` will be titleized to: `Hello World`. If the following setting is passed `{ ignoreSymbols: '!' }`, titleize will convert this to `Hello World!`, preserving the exclamation point.