Skip to content

pascal

Formats the given string in pascal case fashion.

Usage

pascal("hello world"); // => 'HelloWorld'
pascal("va va boom"); // => 'VaVaBoom'

Installation

Terminal window
npx atmx add helper pascal