201. RichText

Rich text manipulation routines

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

    201.2. Global Functions

    201.2.1. DetectRichText

    Parse provided text and see if it contains richtext

    Function parameters

    • string file

    Return value

    • symbol

    201.2.2. Rich2Plain

    Convert a richtext string into a formatted plain text.

    Function parameters

    • string richtext

    Return value

    • string - the converted text

    201.3. Global Variables

    201.4. Module Requirements

    201.4.1. Module Imports

    • String

    201.4.2. Module Includes