Bitbybit Docs
    Preparing search index...

    Class TextSearchDto (Inputs.Text)

    Un texte et quelque chose à y chercher, pour text.includes, text.startsWith, text.endsWith, text.indexOf et text.lastIndexOf.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaltext: string
      • Optionalsearch: string

      Returns TextSearchDto

    Properties

    text: string

    Le texte dans lequel chercher.

    hello world
    
    search: string

    Le texte à chercher, comparé exactement, casse comprise.

    world