grizzled

string

package string

String- and text-related classes.

Visibility
  1. Public
  2. All

Type Members

  1. final class GrizzledChar extends AnyRef

    An analog to Scala's RichChar class, providing some methods that neither RichChar nor Char (nor, for that matter, java.lang.Character) provide.

  2. final class GrizzledString extends AnyRef

    An analog to Scala's RichString class, providing some methods that neither RichString nor String provide.

  3. class WordWrapper extends AnyRef

    Wraps strings on word boundaries to fit within a proscribed output width.

Value Members

  1. object GrizzledChar extends AnyRef

    Companion object for GrizzledChar.

  2. object GrizzledString extends AnyRef

    Companion object for GrizzledString.

  3. object WordWrapper extends AnyRef

    Companion object for WordWrapper.

  4. package template

    Scala classes that provide for variable substitution within strings, akin to the Python StringTemplate library.

  5. object util extends AnyRef

    Useful string-related utility functions.