rearrange-word
v1.0.17
Published
Rearrange-word is a library which is used to convert jumbled word or scrambled word or meaningless word in to a proper meaningfull word.
Downloads
10
Maintainers
Readme
rearrange-word
Rearrange-word is a library which is used to convert jumbled word or scrambled word or meaningless word in to a proper meaningfull word.
I know its went up from your brian. So here is a another explaination like in kindergarden teacher gives us a jumbled word and we have to rearrange the word and then convert it to a meaningfull word. Got It ?
Example:-
sdmiuo -> sodium.
gdo -> god or dog.
motainun -> mountain.
chkenic -> chicken.
wpoer -> proper.
Installation
Install text-toxicity-detector with npm
npm i rearrange-word
For ES Module
import rearrangeWord from "rearrange-word";
For Node JS
const rearrangeWord = require("rearrange-word");
Documentation
import rearrangeWord from "rearrange-word"; // For ES MODULE
or
const rearrangeWord = require("rearrange-word"); // For Node JS
const jumbleWord = "muntonian";
const rearrangedWord = rearrangeWord(jumbleWord);
console.log(rearrangedWord);
Output
mountain