grizzled.string

template

package template

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

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. template
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class StringTemplate extends AnyRef

    A simple, configurable string template that substitutes variable references within a string.

  2. class UnixShellStringTemplate extends StringTemplate

    A string template that uses the Unix shell-like syntax ${varname} (or $varname) for variable references.

  3. class Variable extends AnyRef

    Information about a parsed variable name.

  4. class WindowsCmdStringTemplate extends StringTemplate

    A string template that uses the cmd Windows.

Inherited from AnyRef

Inherited from Any

Ungrouped