fuzzyMatchSimple

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