Bitbybit Docs
    Preparing search index...

    Class TextSearchDto (Inputs.Text)

    Un texto y algo que buscar en él, para text.includes, text.startsWith, text.endsWith, text.indexOf y text.lastIndexOf.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaltext: string
      • Optionalsearch: string

      Returns TextSearchDto

    Properties

    text: string

    El texto en el que buscar.

    hello world
    
    search: string

    El texto que buscar, coincidencia exacta, mayúsculas y minúsculas incluidas.

    world