228. RichText

Rich text manipulation routines

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

    228.2. Global Functions

    228.2.1. DetectRichText

    Parse provided text and see if it contains richtext

    Function parameters

    • string file

    Return value

    • symbol

    228.2.2. Rich2Plain

    Convert a richtext string into a formatted plain text.

    Function parameters

    • string richtext

    Return value

    • string - the converted text

    228.3. Global Variables

    228.4. Module Requirements

    228.4.1. Module Imports

    • String

    228.4.2. Module Includes