227. RichText

Rich text manipulation routines

227.1. Authors

  • Michal Svec <msvec@suse.cz>

  • Stano Visnovsky <visnov@suse.cz>

227.2. Summary of Module Globals

List of Global Functions

  • DetectRichText - Parse provided text and see if it contains richtext

  • Rich2Plain - Convert a richtext string into a formatted plain text.

List of Global Variables

    227.3. Global Functions

    227.3.1. DetectRichText

    Parse provided text and see if it contains richtext

    Function parameters

    • string file

    Return value

    • symbol

    227.3.2. Rich2Plain

    Convert a richtext string into a formatted plain text.

    Function parameters

    • string richtext

    Return value

    • string - the converted text

    227.4. Global Variables

    227.5. Module Requirements

    227.5.1. Module Imports

    • String

    227.5.2. Module Includes