Class TextUtils
Package: @aurigma/design-atoms-text
Methods
correctPlainMultilineText(text)
Declaration
static correctPlainMultilineText(text: string): string;Parameters
| Type | Name | Description | 
|---|---|---|
| string | text | 
Returns
| Type | Description | 
|---|---|
| string | 
isTextEmpty(text)
Declaration
static isTextEmpty(text: string): boolean;Parameters
| Type | Name | Description | 
|---|---|---|
| string | text | 
Returns
| Type | Description | 
|---|---|
| boolean |