CodBi
    Preparing search index...

    Provides the HTML_Input_Transformer.functionality along with the HTML_Input_Trans_Capital.transformer.

    Initial Author: Callari, Salvatore (Callari@WaXCode.net) Maintainer: Callari, Salvatore (Callari@WaXCode.net)

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get transformer(): (
          toTransform: string,
          toLoad: { [key: string]: unknown },
      ) => string

      Turns a number into its word representation, separating each digit with a dash.

      • NumberWords: The Array of strings representing the word for each digit from 0 to 9. The index of the string in the Array corresponds to the digit it represents.
      • PreFix: The string that shall be prepended to the result.
      • PostFix: The string that shall be appended to the result.

      Returns (toTransform: string, toLoad: { [key: string]: unknown }) => string

      The string with the toLoad.extractor and the toLoad.replacements replaced.

    Methods