.. _ftexttoparagraphs: ################################################################################### ``text_to_paragraphs`` — Replace newlines in a block of text with paragraph tags. ################################################################################### :doc:`Text-related functions ` ******* Summary ******* .. include:: /Reference/libraries/globals/summary/text_to_paragraphs.rst .. php:function:: text_to_paragraphs($str) Replace newlines in a block of text with paragraph tags. Looks for 2 consecutive line breaks resembling a paragraph break and wraps each of the paragraphs with a
tag. If no paragraphs are found, then the original text will be wrapped with line breaks. :type $str: string :param $str: :returns: string ***** Usage ***** .. include:: /Reference/libraries/globals/usage/text_to_paragraphs.rst ******** Examples ******** .. include:: /Reference/libraries/globals/examples/text_to_paragraphs.rst ******** See Also ******** .. include:: /Reference/libraries/globals/see_also/text_to_paragraphs.rst