Grep help
I have a document with a lot of "Motion X" in it, and am trying to do a big find and replace.
I dont have a good handle on grep and have done the expression "Motion\s\d*" which does work, but it is also including text such as "Motion carried / lost". Example below.

I just want to restrict it to finding the word "Motion", then a space and then a number after it (could be 1 to 3 digits).
I did play around with using square brackets but that didn't seem to help. Any help would be greatly appreciated, thanks.
