@technobuddha > library > String > Operations
Function: toASCII()
ts
function toASCII(input: string): string;Defined in: to-ascii.ts:11
Change a string to be all from the basic latin unicode plane
Parameters
| Parameter | Type | Description |
|---|---|---|
input | string | The string |
Returns
string