tailhook / humantime

A parser and formatter for std::time::{SystemTime, Duration}
Apache License 2.0
283 stars 34 forks source link

regex for supported inputs #46

Open danieleades opened 8 months ago

danieleades commented 8 months ago

is there a regex that can be used to check whether the provided string is in a format that can be parsed by this library?

for the purposes of using in a jsonschema