JustBash.AST.CaseModification (JustBash v0.3.0)
View Source${VAR^}, ${VAR^^}, ${VAR,}, ${VAR,,}
Summary
Types
@type direction() :: :upper | :lower
@type t() :: %JustBash.AST.CaseModification{ all: boolean(), direction: direction(), pattern: JustBash.AST.Word.t() | nil }