backpack

v0.4.0

  • Pages
  • Modules
  • Protocols

    backpack v0.4.0 Backpack.Inflex

    Link to this section Summary

    Functions

    camelize(term, first_letter \\ :upper)
    dasherize(term)

    See Backpack.Inflex.Inflector.dasherize/1

    humanize(term, opts \\ [])

    See Backpack.Inflex.Inflector.humanize/2

    parameterize(term, opts \\ [])

    See Backpack.Inflex.Inflector.parameterize/2

    titleize(term)

    See Backpack.Inflex.Inflector.titleize/1

    transliterate(term, replacement \\ "?", lang \\ :en)

    See Backpack.Inflex.Inflector.transliterate/3

    underscore(term)

    See Backpack.Inflex.Inflector.underscore/1

    Link to this section Functions

    Link to this function camelize(term, first_letter \\ :upper)
    Link to this function dasherize(term)

    See Backpack.Inflex.Inflector.dasherize/1.

    Link to this function humanize(term, opts \\ [])

    See Backpack.Inflex.Inflector.humanize/2.

    Link to this function parameterize(term, opts \\ [])

    See Backpack.Inflex.Inflector.parameterize/2.

    Link to this function titleize(term)

    See Backpack.Inflex.Inflector.titleize/1.

    Link to this function transliterate(term, replacement \\ "?", lang \\ :en)

    See Backpack.Inflex.Inflector.transliterate/3.

    Link to this function underscore(term)

    See Backpack.Inflex.Inflector.underscore/1.

    Built using ExDoc (v0.16.3), designed by Friedel Ziegelmayer.