Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何 ruby gem 可以解析和标准化商店营业时间?我见过Chronic,但我认为它不适用于这个特定的用例。
例如,您将如何解析Mon-Sun 11am-10pmor Hours today: 5:30 AM – 10:00 PM?您是否必须创建特定于每个上下文的规则?有没有一个图书馆已经这样做了?
Mon-Sun 11am-10pm
Hours today: 5:30 AM – 10:00 PM
Chronic Duration解决了解析持续时间字符串的问题。