Forum Discussion

four_dimensional's avatar
four_dimensional
Copper Contributor
Jul 26, 2024
Solved

Looking for a way to find all instances of a single letter (variable) with spaces around.

For example, typing and a letter gets m isplaced. I would want to find where this happens, as the M is not picked up as a problem in spellcheck. I want to find any instances, of ANY letter, that has ...
  • four_dimensional Use a wild card search with
    space[A-z]{1}space

    in the Find what control, using the spacebar where space is shown above.

Resources