Using regular find and replace, you can search for any 1 digit number by
putting ^# in the find what box, for a two-digit number by ^#^#, etc..
Using wild card search and replace, you can search for any one or two digit
number by putting
<[0-9]{1,2}> in the find what box and putting a check in the Use wild cards
checkbox.
PamC