commonsubstrings

1.1.2 • Public • Published

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']

Package Sidebar

Install

npm i commonsubstrings

Weekly Downloads

3

Version

1.1.2

License

MIT

Last publish

Collaborators

  • zaphod1984