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 case class WordWrapper(wrapWidth: Int = 79, indentation: Int = 0, prefix: String = "", ignore: Set[Char] = scala.this.Predef.Set.empty[Char], indentChar: Char = ' ') extends Product with Serializable

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

Value Members

  1. object Implicits

    String and character implicits.

  2. package template

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

  3. object util

    Useful string-related utility functions.

Inherited from AnyRef

Inherited from Any

Ungrouped