grizzled

string

package string

String- and text-related classes.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. string
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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

    Companion object for GrizzledChar.

  2. object GrizzledString

    Companion object for GrizzledString.

  3. object WordWrapper

    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

    Useful string-related utility functions.

Inherited from AnyRef

Inherited from Any

Ungrouped