let's say we wanted to search TESS for word marks that could be considered similar to IGUANA, we could start by truncating the i at the beginning with an asterisk which takes the place of zero or more continuous characters (since it's hard to trust initial vowels)
while we're at it we can throw an asterisk on the end too since final letters are often literally the last things to differentiate marks
next we should look skeptically at the letter a which, as a vowel, basically can't be trusted not to switch places with almost any other vowel, we can attempt to cope with this problem by employing our class operator for vowels:
{v}
next we'll notice, if we say iguana out loud, that the g and the u are working together to make a gw sound, so let's add that in our search
since people keep telling us our searches are basic, let's specify the basic index: