We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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'