247. RichText

Rich text manipulation routines

247.1. Authors

  • Michal Svec <msvec@suse.cz>

  • Stano Visnovsky <visnov@suse.cz>

247.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

    247.3. Global Functions

    247.3.1. DetectRichText

    Parse provided text and see if it contains richtext

    Function parameters

    • string file

    Return value

    • symbol

    247.3.2. Rich2Plain

    Convert a richtext string into a formatted plain text.

    Function parameters

    • string richtext

    Return value

    • string - the converted text

    247.4. Global Variables

    247.5. Module Requirements

    247.5.1. Module Imports

    • String

    247.5.2. Module Includes