Bitbybit Docs
    Preparing search index...

    Class TextReplaceDto (Inputs.Text)

    A text, what to look for in it and what to put in its place, for text.replaceAll.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaltext: string
      • Optionalsearch: string
      • OptionalreplaceWith: string

      Returns TextReplaceDto

    Properties

    text: string

    The text to make the replacements in.

    a-c
    
    search: string

    The text to look for; every occurrence is replaced.

    -
    
    replaceWith: string

    The text that takes the place of each occurrence.

    b