1.0.3 • Published 3 years ago

change-word v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

hello, you will find basic commands in package.json

for the function to work, you should import changeWordInText function into the file you need.

for example:

let changeWordInText = require("change-word");

//change word in text--- let test_01 = changeWordInText("some word bla bla bla", "some", "ttt");

result//=> "ttt word"

//remove word--- let test_02 = changeWordInText("some word bla bla bla", "some");

result//=>"word bla bla bla"

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago