Skip to content

title

Formats the given string in title case fashion.

Usage

title("hello world"); // => 'Hello World'
title("va_va_boom"); // => 'Va Va Boom'
title("root-hook"); // => 'Root Hook'
title("queryItems"); // => 'Query Items'

Installation

Terminal window
npx atmx add helper title