LarvenLLC / lingojs

A javascript library for formatting and manipulating text (strings).
https://larvenllc.github.io/lingojs/
MIT License
3 stars 0 forks source link

Request: reverseWords function #1

Closed BossBele closed 4 years ago

BossBele commented 4 years ago

Function to reverse the words in a string.

lingo("Tanzania, the land of Kilimanjaro and Zanzibar").reverseWords();

// Zanzibar and Kilimanjaro of land the Tanzania,
BossBele commented 4 years ago

function included in npm version 1.0.6 +Added