CS2121 lab exercise 1 part a9 - hint

You need to find all words containing exactly one digit character.
i.e. find all words that contain a digit, but between the start and the digit, and between the digit and the end, contain only non-digit characters.

As with a7, you have to write a pattern that matches the whole line, from start to end.