Skip to content

Yucel0/replacespaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

What is this ?

You can combine spaces in textual data with a special character.

Note: Defaults to "-" if second argument is not sent. You can see it in detail in the example below.

Installation

npm install textualchange

Then..

For Example

const change = require("textualchange"), text = "No Explanation Here", specialChar = "+";

console.log(change(text)); console.log(change(text, specialChar)); console.log(change());

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published