You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For single dates (e.g. July 4, 1776), there are currently a number of forms that they can take (e.g. 1776 July 4, 1776 4 July, etc.). Notably, match_replace parser 80 compares like forms to like (e.g. July 4, 1776 - July 5, 1776) but not unlike (not e.g. July 4, 1776 - 5 July 1776). It's not inconceivable that this could happen, so the parser should be able to field mixed-form dates in parser 80.
The text was updated successfully, but these errors were encountered:
For single dates (e.g.
July 4, 1776
), there are currently a number of forms that they can take (e.g.1776 July 4
,1776 4 July
, etc.). Notably,match_replace
parser 80 compares like forms to like (e.g.July 4, 1776 - July 5, 1776
) but not unlike (not e.g.July 4, 1776 - 5 July 1776
). It's not inconceivable that this could happen, so the parser should be able to field mixed-form dates in parser 80.The text was updated successfully, but these errors were encountered: