String Manipulation regular expression syntax for a fuzzy match

Basically you only need to add wildcards to elsamuel’s solution:

image

NB: word boundaries in String Manipulation nodes need to come with an additional backslash. If I had only used \b instead of \\b, I would have gotten False in every row.

5 Likes