fuzzy Match Simple
Returns true if each character in pattern is found sequentially within str
Return
A boolean representing the match status
Parameters
pattern
the pattern to match
str
the string to search
Returns true if each character in pattern is found sequentially within str
A boolean representing the match status
the pattern to match
the string to search