How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
This is now the home of Tickle, previously found at github.com/noctivityinc/tickle
The main features of yb66/tickle are: Date and Number Parsing.
Projects with overlapping indexed features include: openexchangerates/accounting.js — accounting.js is a JavaScript library and utility suite for formatting localized numbers and currency strings,… wanasit/chrono — Chrono is a JavaScript natural language date parser that converts unstructured text and relative date expressions into… mojombo/chronic — Chronic is a pure Ruby natural language date parser. xaviershay/kronic — A dirt simple library for parsing and formatting human readable dates. jduff/numerizer — Parse numbers in natural language from strings (ex forty two). iainbeeston/nickel — Nickel.
accounting.js is a JavaScript library and utility suite for formatting localized numbers and currency strings, rounding decimal values, and parsing currency strings. It provides tools to transform numeric values into human-readable strings using language-specific separators and custom symbols. The library includes a currency string parser to extract raw numerical values from formatted strings by removing symbols and separators. It also features a floating point rounding tool designed to prevent binary precision errors during financial calculations. Additional capabilities cover the vertical
Chrono is a JavaScript natural language date parser that converts unstructured text and relative date expressions into structured date objects. It functions as a multi-locale date parser and expression engine designed to resolve time expressions globally. The library is customizable, allowing for the definition of custom regular expression patterns and refinement rules to extract business-specific date formats. It provides mechanisms to resolve relative terms like tomorrow or next Friday based on a specific reference date. The system covers international date formatting across various region
Chronic is a pure Ruby natural language date parser.
A dirt simple library for parsing and formatting human readable dates