Is there a gem or something to parse strings like "4h 30m" "1d 4h" -- sort of like the estimates in JIRA or task planners, maybe, with internationalization?
|
feedback
|
|
Posting a 2nd answer, as chronic (which my original answer suggested) doesn't give you timespans but timestamps. Here's my go on a parser.
The strategy is fairly simple. Split
It shouldn't be too hard making it handle | |||||
feedback
|
|
You can use chronic. It can parse pretty much everything you trhow at it, including "yesterday", "last week" etc. Update: As the OP points out in the comment, Chronic is for dates, not timespans. See my other answer. | ||||
feedback
|
|
| ||||
|
feedback
|
|
I wrote this method that does it pretty well
| |||
|
feedback
|
|
Parse into what though? This will parse into a Hash:
Sorry. not familiar with JIRA.... | |||
|
feedback
|