Tag if Name contains an exact string

Is it possible to create a rule that matches if the filename contains an exact string?
I created a rule to tag files in my Downloads folder if the filename starts with the exact string, "HOA."
I tried two ways that didn't work in all cases. For example, if the filename contains or starts with "Hoard."
- Filename Contains "HOA". This finds files if the string "HOA" is part of any word in the filename. (e.g. Hoard)
- Filename [/list][/list]Starts With "HOA" This finds files if any part of the first word contains "HOA" (e.g. Hoard)
I also tried surrounding HOA in quotes but files this didn't find files that started with HOA.
Is there a way to match files if the first word in a filename matches an exact string of text?
I created a rule to tag files in my Downloads folder if the filename starts with the exact string, "HOA."
I tried two ways that didn't work in all cases. For example, if the filename contains or starts with "Hoard."
- Filename Contains "HOA". This finds files if the string "HOA" is part of any word in the filename. (e.g. Hoard)
- Filename [/list][/list]Starts With "HOA" This finds files if any part of the first word contains "HOA" (e.g. Hoard)
I also tried surrounding HOA in quotes but files this didn't find files that started with HOA.
Is there a way to match files if the first word in a filename matches an exact string of text?