bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class TextSubstringDto

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaltext: string
      • Optionalstart: number
      • Optionalend: number

      Returns TextSubstringDto

    Properties

    text: string

    Text to extract from

    hello world
    
    start: number

    Start index

    0
    

    0

    Infinity

    1

    end?: number

    End index

    5
    

    0

    Infinity

    1