RunKit + npm: string-algorithms

node v6.17.1
version: master
endpointsharetweet
var stringAlgorithms = require("string-algorithms") const strings = [ '12 apple', '3 apple 4', 'apple 56' ]; stringAlgorithms.longestCommonSubstring(strings)
Created from: https://npm.runkit.com/string-algorithms
Loading…

no comments

    sign in to comment