0.3.1 • Published 2 years ago

mbstring v0.3.1

Weekly downloads
5
License
ISC
Repository
github
Last release
2 years ago

mbstring

JavaScript library offering methods for managing character chains (string)

Installation

npm install --save mbstring

Or

yarn add mbstring

API

var mbstring = require("mbstring");

mbstring.ucFirst(str: string)

Allow to capitalize the first character of string

var text = "bolenge";
console.log(mbstring.ucFirst(text)); // Bolenge
0.3.1

2 years ago

0.2.0

3 years ago

0.2.3

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.5

3 years ago

0.1.2

5 years ago

0.1.1

6 years ago

0.1.0

6 years ago

1.0.0

6 years ago