195. RichText

Rich text manipulation routines

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

    195.2. Global Functions

    195.2.1. DetectRichText

    Parse provided text and see if it contains richtext

    Function parameters

    • string file

    Return value

    • symbol

    195.2.2. Rich2Plain

    Convert a richtext string into a formatted plain text.

    Function parameters

    • string richtext

    Return value

    • string - the converted text

    195.3. Global Variables

    195.4. Module Requirements

    195.4.1. Module Imports

    • String

    195.4.2. Module Includes