mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
435 B
Plaintext
9 lines
435 B
Plaintext
Date::Extract takes an arbitrary block of text, searches it for
|
|
something that looks like a date string, and builds a DateTime object
|
|
out of it. By design it will produce few false positives. This means
|
|
it will not catch nearly everything that looks like a date string. So
|
|
if you have the string "do homework for class 2019" it won't return a
|
|
DateTime object with the year set to 2019.
|
|
|
|
WWW: https://metacpan.org/release/Date-Extract
|