File: README.md

package info (click to toggle)
python-clevercsv 0.7.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 872 kB
  • sloc: python: 5,076; ansic: 763; makefile: 81
file content (9 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# Date regex

These are some files used to develop the date regular expression. It is based 
on individual regular expressions for each of the date formats generated by 
``datefmt.py``, but merged into a single expression by hand.

Note that this regex checks whether a string is a valid *date format*, not 
whether it's a valid *date* (i.e. 2019-02-31 is considered valid). This is for 
both speed and simplicity.