1.1.0 • Published 6 years ago

reversentence v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

reverse a sentence or string without affecting the special characters

It can reverse the string and Sentence with out affecting the special characters

example as follows:

input: We are at demo Inc.! Their email-id is careers@demoInc.com

output: eW era ta omed cnI.! riehT liame-di si sreerac@cnIomed.moc

installation:

npm install -g reversentence --save

code:

var reversentence = require('reversentence');

var outPut=reversentence(' your sentence or string'); console.log(outPut);

If you have facing anything in this modules, please write us.