denysvitali / go-datesfinder

A small package to find dates in a text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-datesfinder

A simple package that, given a text, returns all the dates found in it.

Example

go run ./example/ ./resources/test/1.txt
Found 1 dates:
- 2023-05-11

About

A small package to find dates in a text


Languages

Language:Go 100.0%