commenthol / date-holidays-parser

parser for worldwide holidays
ISC License
46 stars 22 forks source link

Weekday spelling in rules is in lowercase only #21

Closed commenthol closed 3 years ago

commenthol commented 3 years ago

Currently all weekdays for parsing rules need to be typed in lower case. This might lead to confusions. This should be possible to write weekdays correctly being the first letter in uppercase. The Parser should detect weekdays correctly e.g. Monday, ..., Sunday within the rules. Current rules should not be affected by such change.