Words Ninja2019
NPM Package.
Split text without spaces into a list of words in JavaScript
For a recent project, I needed a way to split strings containing English words into separate words. My stack is Node.js, and no existing package met my needs.
For example, I needed the string “youneedtolearnfromyourmistakes” split into “You Need To Learn From Your Mistakes”.
After searching for a suitable solution and building on some open-source projects, I developed a package to split strings into words. The package, called “wordsninja,” has been released.
Install
Install with npm
npm install wordsninja --save
Documentation
Next projects
Google Font Downloader
Google Font Downloader fetches woff and ttf font files from Google Fonts with ready CSS snippets, so you can self-host fonts on any web project.
WP Telegram Pro
WP Telegram Pro is the discontinued predecessor of Teligro that connected WordPress sites to Telegram with post notifications and channel publishing.