I have a string S and a list of strings allItems, allItems contains strings that may have common “sub-words” but one element is never an extension of another: My goal is to find every match or approximate match of a string in allItems in S alongside their index(can be start or end, or ideally both). I’ve been searching for some