badenhorster / js-palindrome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Phrase object, with palindrome detector.

An NPM module sample. Usage:

npm install paulos-palindrome
let Phrase = require('paulos-palindrome')
let string = new Phrase("Did I do, O God, did I as I said I’d do? Good! I did.")
console.log(string.palindrome())

About


Languages

Language:JavaScript 100.0%