CodBi
    Preparing search index...

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

    Maintainer: Callari, Salvatore (Salvatore.Callari@Ansbach.de)

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

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

      Get the actual transformer that does a String.replace with the toLoad.extractor and the toLoad.replacements.

      • Extractor: The string representing the regular expression to extract the values to be replaced.
      • Replacements: The string representing the replacement value.

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

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

    Methods