Home Reference Source Repository
import {StringBuilder} from 'js-joda/src/format/StringBuilder.js'
public class | source

StringBuilder

Constructor Summary

Public Constructor
public

Method Summary

Public Methods
public

append(str: *): *

public

appendChar(str: *): *

public

insert(offset: *, str: *): *

public

length(): *

public

replace(start: *, end: *, str: *): *

public

setLength(length: *): *

public

toString(): *

Public Constructors

public constructor() source

Public Methods

public append(str: *): * source

Params:

NameTypeAttributeDescription
str *

Return:

*

public appendChar(str: *): * source

Params:

NameTypeAttributeDescription
str *

Return:

*

public insert(offset: *, str: *): * source

Params:

NameTypeAttributeDescription
offset *
str *

Return:

*

public length(): * source

Return:

*

public replace(start: *, end: *, str: *): * source

Params:

NameTypeAttributeDescription
start *
end *
str *

Return:

*

public setLength(length: *): * source

Params:

NameTypeAttributeDescription
length *

Return:

*

public toString(): * source

Return:

*