CodBi
    Preparing search index...

    Fornisce HTML_Input_Transformer.functionality insieme a HTML_Input_Trans_Capital.transformer.

    Autore iniziale: Callari, Salvatore (Callari@WaXCode.net) Manutentore: Callari, Salvatore (Callari@WaXCode.net)

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

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

      Ottieni il vero trasformatore che fa un String.replace con toLoad.extractor e il toLoad.replacements.

      • Estrattore: string che rappresenta l'espressione regolare per estrarre i valori da sostituire.
      • Sostituzioni: string che rappresenta il valore di sostituzione.

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

      Il string con toLoad.extractor e toLoad.replacements sostituito.

    Methods