We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Get common infix between strings.
const commonInfix = require('@extra-string/common-infix'); // commonInfix(<string-1>, <string-2>) commonInfix('mangala', 'mangalyaan'); // 'mangal' commonInfix('easter', 'tertiary'); // 'ter' commonInfix('dismiss', 'mississipi'); // 'miss'