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?
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?