0.0.11 • Published 5 years ago

@neollob/text-treatment v0.0.11

Weekly downloads
12
License
MIT
Repository
-
Last release
5 years ago

npm (scoped)

npm package - Text treatment

Installation

Using npm:

$ npm i -g npm
$ npm i --save @neollob/text-treatment

Options

  • firstUpper

    Capitalize the first letter of a given string

  • allFirstUpper

    Capitalize the first letter of each word of a given string

  • lowerCase

    Convert a given string to lowercase letters

  • alternate

    Alternate upper and lower case of a given string

  • camelize

    Converts to camelCase a given string. Words separated by . ,, <space> or kebab-case

  • pascalize

    Converts to PascalCase a given string. Words separated by . ,, <space> or kebab-case

  • kebabize

    Converts to kebab-case a given string. Words separated by . ,, <space>, camelCase or snake_case

  • snakeize

    Converts to snake_case a given string. Words separated by . ,, <space>, camelCase or kebab-case

Syntax:

option(<string>)
0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago