pub fn convolve_compare(a: &str, b: &str) -> u32Available on crate feature
alloc only.Expand description
Compare the two provided strings via convolution, returning the total number of match positions by sliding the two strings past each other.
Any cleaning, normalization, upper/lower/specials/etc must be done before calling this method.