LCSSubStr-a function that return two string's largest common part

a function that return two string's largest common part

Vous suivez désormais cette soumission

a function that return two string's largest common part

% Usage:
% [ret]=LCSubstr(s,t)
% s: input string 1
% t: input string 2
% ret: Largest Common String
% z: Largest Common String Length
% L : Compare matrix
% Example:
% >>a='This is very common string';
% >>b='string is very common';
% >>[ret]=LCSubstr(a,b)
% ret =
%
% very common

Citation pour cette source

Zhiping XU (2026). LCSSubStr-a function that return two string's largest common part (https://fr.mathworks.com/matlabcentral/fileexchange/27173-lcssubstr-a-function-that-return-two-string-s-largest-common-part), MATLAB Central File Exchange. Extrait(e) le .

Remerciements

A inspiré : String subsequence tools

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0