textras

1.0.3 • Public • Published

Textras

Textras is a Node package which allows you to use some more cool text features as Prototypes!

Installation

Use npm to install Textras.

npm install textras

Usage

require('textras');

const string = "hello world";

string.wordCap()     //===> "Hello World"
string.remove(3)     //===> "helo world"
string.italic()      //===> "𝘩𝘦𝘭𝘭𝘰 𝘸𝘰𝘳𝘭𝘥"
string.bold()        //===> "𝗵𝗲𝗹𝗹𝗼 𝘄𝗼𝗿𝗹𝗱"
string.separate('-') //===> "h-e-l-l-o-w-o-r-l-d"

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

ISC

Package Sidebar

Install

npm i textras

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

5.12 kB

Total Files

3

Last publish

Collaborators

  • psyx