1.1.2 • Published 8 years ago

commonsubstrings v1.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Common Substrings Build Status

Calculates a list of common substrings between two strings

Installation

npm i commonsubstrings --save

Usage

var css = require('commonsubstrings')

console.log(css('may the force be with you', 'may the sauce be with you'))
//result: ['ce be with you', 'may the']