Closed idbrii closed 12 years ago
This is pretty minor, but you could simplify the date regex by removing all of the plurals and appending an s\? to the end.
s\?
Thanks for this. I rebased your commit on top of mine effectively cherry picking this into the repo.
This is pretty minor, but you could simplify the date regex by removing all of the plurals and appending an
s\?
to the end.