Module: Handlebars::Helpers::StringFormatting

Defined in:
lib/handlebars/helpers/string_formatting/padl.rb,
lib/handlebars/helpers/string_formatting/padr.rb,
lib/handlebars/helpers/string_formatting/camel.rb,
lib/handlebars/helpers/string_formatting/lamel.rb,
lib/handlebars/helpers/string_formatting/slash.rb,
lib/handlebars/helpers/string_formatting/snake.rb,
lib/handlebars/helpers/string_formatting/upcase.rb,
lib/handlebars/helpers/string_formatting/dotirize.rb,
lib/handlebars/helpers/string_formatting/downcase.rb,
lib/handlebars/helpers/string_formatting/humanize.rb,
lib/handlebars/helpers/string_formatting/surround.rb,
lib/handlebars/helpers/string_formatting/titleize.rb,
lib/handlebars/helpers/string_formatting/append_if.rb,
lib/handlebars/helpers/string_formatting/dasherize.rb,
lib/handlebars/helpers/string_formatting/format_as.rb,
lib/handlebars/helpers/string_formatting/pluserize.rb,
lib/handlebars/helpers/string_formatting/back_slash.rb,
lib/handlebars/helpers/string_formatting/prepend_if.rb,
lib/handlebars/helpers/string_formatting/constantize.rb,
lib/handlebars/helpers/string_formatting/singularize.rb,
lib/handlebars/helpers/string_formatting/surround_if.rb,
lib/handlebars/helpers/string_formatting/double_colon.rb

Overview

String manipulation methods for case formatting

Defined Under Namespace

Classes: AppendIf, BackSlash, Camel, Constantize, Dasherize, Dotirize, DoubleColon, Downcase, FormatAs, Humanize, Lamel, Padl, Padr, Pluserize, PrependIf, Singularize, Slash, Snake, Surround, SurroundIf, Titleize, Upcase