Versions in this module Expand all Collapse all v1 v1.0.1 Mar 16, 2026 Changes in this version + var ErrManyNumbers = errors.New("the input contains more than one number") + var ErrNoNumbers = errors.New("the input contains no number values") + var ErrNonNumber = errors.New("the string contains a non-number") + func IncludeFractions(include bool) + func IncludeIndefiniteArticle(include bool) + func IncludeSecond(include bool) + func ParseFloat(s string) (float64, error) + func ParseInt(s string) (int, error) + func ParseString(s string) string + func ParseStrings(in []string) []string