Dear Sirs,
In my country, we use different expression styles for Year when translating the A.D. years.
The rule looks like this:
A.D. 2020.12.21 = 109.12.21
(YYYY.MM.DD)
Basically speaking, to convert any Gregorian calendar year (1912 and after) to our calendar, all you have to do is subtract 1911.
Therefore, I would like to compose the expression in order to search for the translations which do not follow the rule mentioned above.
Please refer to the picture below for your reference.
As you can see, I broke the date into five parts.
Column B and D are both fixed, or may be replaced by a slash (/).
Column A, C, and E are variable.
-
“Column A” will be the Year; however, the number must be subtracted 1911 in order to fit the correct format.
(Mismatch: The number that does not subtract 1911) -
“Column C” will be the Month, the range is from 01 to 12.
(Mismatch: The number that does not fit the number in source) -
“Column E” will be the Day, the range is from 01 to 31.
(Mismatch: The number that does not fit the number in source)
Is it possible to compose an expression or multi expressions for Xbench to search for the numbers which do not follow the rules I mentioned above?