TextUtils
Classes
TextUtils
Constructors
Constructor
new TextUtils(): TextUtils;
Returns
Methods
correctPlainMultilineText()
static correctPlainMultilineText(text): string;
Parameters
| Parameter | Type |
|---|---|
text | string |
Returns
string
isTextEmpty()
static isTextEmpty(text): text is "" | "<p></p>" | "<p><span></span></p>";
Parameters
| Parameter | Type |
|---|---|
text | string |
Returns
text is "" | "<p></p>" | "<p><span></span></p>"