I want to know the number of times that any year from 1900 through the current year is mentioned in a Word file.
I know how to use a wildcard expression to do this in two steps as follows:
<(19[0-9]{2})> to find matches 1900-1999
<(20[0-9]{2})> to find matches 2000-2099
What is the syntax to reduce this to one step?
In case it makes a difference, I am using Word 2010.
Reason for Question When I estimate the effort to edit academic papers, I want to factor in the sheer number of in-text citations that need to be "eyeballed" for missing commas, parentheses, and such.
The sheer number needs to be one I have high confidence in; the number does not have to be exact.
