I have a list of words that follow a specific pattern: (V for vowel) VtVsV, VbVbV, VtVdV, and other silly patterns.
Is there a formula that will search for words that have a similar pattern. Say i have "atasa" and somewhere I have a the word "ababa" but I don't know where. What would I do to find if I had it?

Thank you in advance.