fix false positive in is_date_format detection.
According to the spec _
(underline) denotes a skip the width of the next character.
So the underline should be added to the negative lookbehind in the regex.
Resolves #2014 (closed).
According to the spec _
(underline) denotes a skip the width of the next character.
So the underline should be added to the negative lookbehind in the regex.
Resolves #2014 (closed).