Input is a cell array containing several strings. Find the largest continuous sub-string common to all strings. All strings are in lower case and unique answer exists.
Example:
in = {'cat','meowcat','concatenation'}; out = 'cat';
378 Solvers
Getting the indices from a vector
1445 Solvers
312 Solvers
Find the longest match inside two strings
29 Solvers
103 Solvers