noobdoob

1.0.2 • Public • Published

noobdoob

This is a simple converter that takes a string and replaces all lowercase vowels with "oob" and all uppercase vowels with "Oob". For example, the name "Alice" would be converted to "Oobloobcoob". The name of this package was created by performing this conversion on the word "node", resulting in "noobdoob".

Installation

npm install --save noobdoob

Usage

const noobdoob = require('noobdoob');
noobdoob('node');
// "noobdoob"
noobdoob('This package is pointless');
// "Thoobs poobckoobgoob oobs pooboobntloobss"

Readme

Keywords

none

Package Sidebar

Install

npm i noobdoob

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

4.22 kB

Total Files

6

Last publish

Collaborators

  • jadams