regex for month
Regex for Month
Regular expressions or regex are patterns used to match character combinations in strings. A regex for month would match a string that contains a month name or abbreviation.
Regex Pattern:
(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)
The above regex pattern matches