Bitbybit Docs
    Preparing search index...

    Class TextSplitDto (Inputs.Text)

    text.split के लिए एक टेक्स्ट और एक विभाजक।

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaltext: string
      • Optionalseparator: string

      Returns TextSplitDto

    Properties

    text: string

    टुकड़ों में काटा जाने वाला टेक्स्ट।

    a,b,c
    
    separator: string

    वह टेक्स्ट जो कट को चिह्नित करता है; वह टुकड़ों से हटा दिया जाता है।

    ,