Bitbybit Docs
    Preparing search index...

    Class TextSearchDto (Inputs.Text)

    A text and something to look for in it, for text.includes, text.startsWith, text.endsWith, text.indexOf and text.lastIndexOf.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaltext: string
      • Optionalsearch: string

      Returns TextSearchDto

    Properties

    text: string

    The text to look in.

    hello world
    
    search: string

    The text to look for, matched exactly, including case.

    world