Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.5.3
-
None
Description
The pattern ^(.*)-([0-9]{8}.[0-9]{6})-([0-9]+)$ accepts everything between date and time. This is wrong. It shall be a period only.
The pattern ^(.*)-([0-9]{8}.[0-9]{6})-([0-9]+)$ accepts everything between date and time. This is wrong. It shall be a period only.