StringUtils
Classes
StringUtils
Constructors
Constructor
new StringUtils(): StringUtils;
Returns
Methods
containsRtlChars()
static containsRtlChars(str): boolean;
Parameters
| Parameter | Type |
|---|---|
str | string |
Returns
boolean
insert()
static insert(
str,
index,
value): string;
Parameters
| Parameter | Type |
|---|---|
str | string |
index | number |
value | string |
Returns
string