Skip to main content

StringUtils

Classes

StringUtils

Constructors

Constructor
new StringUtils(): StringUtils;
Returns

StringUtils

Methods

containsRtlChars()
static containsRtlChars(str): boolean;
Parameters
ParameterType
strstring
Returns

boolean

insert()
static insert(
str,
index,
value): string;
Parameters
ParameterType
strstring
indexnumber
valuestring
Returns

string

Was this page helpful?