Skip to main content

fuzzy_subsequence

Function fuzzy_subsequence 

Source
pub fn fuzzy_subsequence(needle: &str, haystack: &str) -> bool
Expand description

Returns true when the characters from needle can be found in order within haystack (kept for backward compatibility).