0.0.22 • Published 7 years ago

@plexis/to-lower v0.0.22

Weekly downloads
12
License
MIT
Repository
github
Last release
7 years ago

@plexis/toLower

Lowercase the first letter of the given string.

Installation npm i @plexis/to-lower

Usage

import toLower from '@plexis/to-lower';

toLower('Foo Bar', false); // returns 'foo Bar'
toLower('Foo Bar', true); // returns 'foo bar'
toLower('FOO BAR', false); // returns 'fOO BAR'

Aliases

import {toLower} from 'plexis';
import {toFirstLower} from 'plexis';
import {decapitalize} from 'plexis';
0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago