Constant Case
Transform into upper case text with an underscore between words
Installation
npm install text-constant-case --save
Usage
; ; //=> "STRING"; //=> "DOT_CASE"; //=> "PASCAL_CASE"; //=> "CAMEL_CASE"; //=> "VERSION_1_2_3"
The function also accepts options
.
License
MIT