I've only ever accomplished the most basic of regular expressions so this problem has been cooking my brain all morning.
I'm trying to use a regular expression to search for dates in the format: Jun 12 thu. I'm searching these out in a large text file. Simple date formats like 6/12/03 would be no problem but I've never dealt with multiple text options like jan|feb|mar... before and can't seem to get it.
Can anyone show me what the reg expression should look like?
I'm trying to use a regular expression to search for dates in the format: Jun 12 thu. I'm searching these out in a large text file. Simple date formats like 6/12/03 would be no problem but I've never dealt with multiple text options like jan|feb|mar... before and can't seem to get it.
Can anyone show me what the reg expression should look like?