If you just want to make sure all variants are correctly spelled, then @ComplexPoint has given you the solution.
If you want to so something like highlight the misspelled variants, then you could do something like this:
- Find all variants using a case-insensitive Regex:
(?i)fotex
- Compare the result with the correct spelling:
foTEX
- If it is different, the apply the highlight style.