Packages

object TextToInt

Converts prose numbers to Integers without checking for bad cases

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TextToInt
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def splitString(t: String): List[String]

    Splits a string into words

  2. def stringNumber(t: String): Long

    Returns a number from a string of many words

  3. def wordListNumber(l: List[String]): Long

    Returns a number for a list of words

  4. def wordNum(w: String): Long

    Returns a number for a single word

  5. object Int
  6. object Long