0.0.22 • Published 6 years ago

@plexis/to-lower v0.0.22

Weekly downloads
12
License
MIT
Repository
github
Last release
6 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

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago