1.0.4 • Published 5 years ago

trim-vowels v1.0.4

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
5 years ago

trim-vowels

A node module to remove vowels from a string

Build Status Codacy Badge npm bundle size (minified + gzip) npm GitHub issues GitHub closed issues GitHub

Installing

Node.js environment

npm i trim-vowels --save

Browser environment

Download the latest version of trim-vowels here.

Usage

Node.js environment

const trimVowels = require("trim-vowels");

console.log(trimVowels("Hello World!"));
//=> "Hll Wrld!"

console.log(trimVowels("Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua."));
//=> "Lrm psm dlr st mt, cnsttr sdpscng ltr, sd dm nnmy rmd tmpr nvdnt t lbr t dlr mgn lqym rt, sd dm vlpt."

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GPL-3.0 License - see here for more details.

1.0.4

5 years ago