Skip to main content

convolve_compare

Function convolve_compare 

Source
pub fn convolve_compare(a: &str, b: &str) -> u32
Available 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.