Skip to content

@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

ParameterTypeDescription
inputstringThe string

Returns

string