Class StringUtils
Package: @aurigma/design-atoms-text
Methods
containsRtlChars(str)
Declaration
static containsRtlChars(str: string): boolean;
Parameters
Type | Name | Description |
---|---|---|
string | str |
Returns
Type | Description |
---|---|
boolean |
insert(str, index, value)
Declaration
static insert(str: string, index: number, value: string): string;
Parameters
Type | Name | Description |
---|---|---|
string | str | |
number | index | |
string | value |
Returns
Type | Description |
---|---|
string |