JustBash.AST.CaseModification (JustBash v0.3.0)

View Source

${VAR^}, ${VAR^^}, ${VAR,}, ${VAR,,}

Summary

Types

direction()

@type direction() :: :upper | :lower

t()

@type t() :: %JustBash.AST.CaseModification{
  all: boolean(),
  direction: direction(),
  pattern: JustBash.AST.Word.t() | nil
}