Function registerAppString

  • Register an app-string decoder.

    Parameters

    • prefix: string

      The string before the first squote.

    • fun: undefined | null | AppStrFunc

      Function to process the string.

    Returns void