Skip to content

cht8687/carini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

carini Build Status

Yeah thats what i do... clean the garbage

Install

$ npm install --save carini

Usage

const carini = require('carini');

const yourString1 = 'examle???string.@@!!';

const result = carini(yourString1, ['?','@','.','!']);

console.log(result);
//=> 'examlestring'

const yourString2 = '% % %t e s t$ $ $ ';

const result = carini(yourString2, ['%t',' ', '%', '$', 't']);

console.log(result);
//=> 'es'

API

carini(str, [options])

str

Type: string

String which need to be processed.

options

Type: array

Elements need to be removed.

License

MIT © haotian Chang

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published