str8

1.0.5 • Public • Published

str8.js

A simple string manipulation library written in Javascript.

Use

// load the module
var str8 = require('str8.js');
 
// ask for the first half of a string
var half = str8.firstHalf("test"); // half = "te";

Test

To execute the library's tests, first install the project dependencies:

$ npm install

Then, run the tests

$ npm test

Readme

Keywords

Package Sidebar

Install

npm i str8

Weekly Downloads

16

Version

1.0.5

License

MIT

Last publish

Collaborators

  • toubou