Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TextBitByBit

Index

Constructors

constructor

Methods

create

  • Creates a text

    group

    create

    shortname

    text

    drawable

    false

    Parameters

    Returns string

    text

join

  • Join multiple items by a separator into text

    group

    transform

    shortname

    join

    drawable

    false

    Parameters

    Returns string

    text

replaceAll

  • Replace all occurrences of a text by another text

    group

    transform

    shortname

    replaceAll

    drawable

    false

    Parameters

    Returns string

    text

split

  • Split the text to multiple pieces by a separator

    group

    transform

    shortname

    split

    drawable

    false

    Parameters

    Returns string[]

    text

toString

  • Transform any item to text

    group

    transform

    shortname

    to string

    drawable

    false

    Type parameters

    • T

    Parameters

    Returns string

    text

toStringEach

  • Transform each item in list to text

    group

    transform

    shortname

    to string each

    drawable

    false

    Type parameters

    • T

    Parameters

    Returns string[]

    texts

Generated using TypeDoc