Function
Static Public Summary | ||
public |
|
|
public |
concat(strings: *) |
|
public |
join(strings: *, sep: *) |
|
public |
mul(s: *, n: *): * |
|
public |
palindrome(s: *, i: *, j: *): boolean |
|
public |
split(string: *, sep: *, maxsplit: *): * |
Static Private Summary | ||
private |
__code__(offset: *) |
|
private |
__lfill__(c: *, n: *, mul: *): * |
|
private |
__rfill__(c: *, n: *, mul: *): * |
Static Public
public code(string: *, index: number, offset: number) source
import code from '@aureooms/js-string/src/code.js'
public concat(strings: *) source
import concat from '@aureooms/js-string/src/concat.js'
Params:
Name | Type | Attribute | Description |
strings | * |
public join(strings: *, sep: *) source
import join from '@aureooms/js-string/src/join.js'
Params:
Name | Type | Attribute | Description |
strings | * | ||
sep | * |
public mul(s: *, n: *): * source
import mul from '@aureooms/js-string/src/mul.js'
Params:
Name | Type | Attribute | Description |
s | * | ||
n | * |
Return:
* |
public palindrome(s: *, i: *, j: *): boolean source
import palindrome from '@aureooms/js-string/src/palindrome.js'
Params:
Name | Type | Attribute | Description |
s | * | ||
i | * | ||
j | * |
public split(string: *, sep: *, maxsplit: *): * source
import split from '@aureooms/js-string/src/split.js'
Params:
Name | Type | Attribute | Description |
string | * | ||
sep | * |
|
|
maxsplit | * |
|
Return:
* |
Static Private
private __code__(offset: *) source
import __code__ from '@aureooms/js-string/src/__code__.js'
Params:
Name | Type | Attribute | Description |
offset | * |
private __lfill__(c: *, n: *, mul: *): * source
import __lfill__ from '@aureooms/js-string/src/__lfill__.js'
Params:
Name | Type | Attribute | Description |
c | * | ||
n | * | ||
mul | * |
Return:
* |
private __rfill__(c: *, n: *, mul: *): * source
import __rfill__ from '@aureooms/js-string/src/__rfill__.js'
Params:
Name | Type | Attribute | Description |
c | * | ||
n | * | ||
mul | * |
Return:
* |