Basically you only need to add wildcards to elsamuel’s solution:
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.
Basically you only need to add wildcards to elsamuel’s solution:
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.