How to count the numbers in a Word document?

Joined
Jan 2, 2015
Messages
4
Reaction score
0
I would like to know how many numbers are in a Word document.

Each of the following should count as one number:

7
9.99
5.5368
1,000.00
2,000,000,000

In "Advanced Find", I'm using:

Find what: [0-9]{1,}
Options: Use Wildcards

but how can I prevent commas and decimal points from splitting up the numbers?
 
Top