Bitbybit Docs
    Preparing search index...

    Class TextSearchDto (Inputs.Text)

    Um texto e algo a procurar nele, para text.includes, text.startsWith, text.endsWith, text.indexOf e text.lastIndexOf.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaltext: string
      • Optionalsearch: string

      Returns TextSearchDto

    Properties

    text: string

    O texto onde procurar.

    hello world
    
    search: string

    O texto a procurar, correspondido exatamente, incluindo maiúsculas e minúsculas.

    world