Parse times in parenthesis, quotes, and other boundary-like characters
See original GitHub issueI noticed Chrono doesn’t recognize times if they are surrounded by parenthesis.
Want to meet for dinner (5pm EST)? --> Does not parse Want to meet for dinner, 5pm EST? --> 5:00 PM
I believe this is because Chrono considers parenthesis like normal characters (the same as if we were to do “X5pmX”), and not like boundary characters.
Similarly with quotes:
He said “5pm” --> Does not parse He said 5pm --> 5:00 PM
Similar behavior for most boundary-like characters: ( ) [ ] { } < > " '
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Parsing brackets and quotes - Stack Overflow
I have a vector of strings and I would like to parse it. However, the brackets in combinations with quotes ...
Read more >Extracting Text between Characters [Two Examples] - YouTube
If you ever get files from others, there are times when there's extra ... in some special characters like quotes, brackets or parentheses....
Read more >Practical Perl Programming
The Other Side -- receiving and processing information in CGI ( Perl) script ... String Literals are groups of characters surrounded by quotes...
Read more >AUCTeX 13.1 - GNU.org
The quotation characters will only be used if both variables— LaTeX-csquotes-open-quote and LaTeX-csquotes-close-quote —are non-empty strings.
Read more >Talk:Navajo language/Archive 1 - Wikipedia
Other things happen at the stem boundary, like increased closure duration of stops. Related Western Apache /t/ (orthographic d) flaps between vowels except ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I replied the comment. Thanks for checking.
Yes. I still feel it’s not well tested enough and I also would like to fix other issues as well if I have time this weekend.
Published
2.2.6