@plexis/to-camel-case

0.0.22 • Public • Published

@plexis/toCamelCase

Converts the input text to camelCase.

Installation npm i @plexis/to-camel-case

Usage

import toCamelCase from '@plexis/to-camel-case';

toCamelCase('Cool'); //=> 'cool'
toCamelCase('cool mate'); // => 'coolMate'
toCamelCase('Hey how are you today?'); // => 'heyHowAreYouToday'
toCamelCase('PascalCase'); // => 'pascalCase'
toCamelCase('kebab-case'); // => kebabCase

Aliases

import {toCamelCase} from 'plexis';
import {camelCase} from 'plexis';
import {camelize} from 'plexis';

Package Sidebar

Install

npm i @plexis/to-camel-case

Weekly Downloads

9

Version

0.0.22

License

MIT

Unpacked Size

4.6 kB

Total Files

6

Last publish

Collaborators

  • vorillaz