:mod:`webhelpers.text`
================================================

.. automodule:: webhelpers.text

.. currentmodule:: webhelpers.text

.. autofunction:: chop_at
.. autofunction:: collapse
.. autofunction:: convert_accented_entities
.. autofunction:: convert_misc_entities
.. autofunction:: excerpt
.. autofunction:: lchop
.. autofunction:: plural
.. autofunction:: rchop
.. autofunction:: remove_formatting
.. autofunction:: replace_whitespace
.. autofunction:: series
.. autofunction:: strip_leading_whitespace
.. autofunction:: truncate 
.. autofunction:: urlify
.. autofunction:: wrap_paragraphs

..
    Disabled convert_misc_characters(): it fails its doctests, and there's
    no consensus on what exactly it should do.
