3.0.1 • Published 5 years ago

string-casing v3.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

String casing

Utility functions for dealing with common string casing needs.

Installation

npm install --save string-casing

API

camelCase(str)

param: {string} str - A string that is currently snake cased (e.g. hello_world).

returns {string} - A camel cased string (e.g. helloWorld).

snakeCase(str)

param: {string} str - A string that is currently camel cased (e.g. helloWorld).

returns {string} - A snake cased string (e.g. hello_world).

3.0.1

5 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago