digitsOnly
function digitsOnly(input): string;Keep only the digits. Handles Arabic-Indic and full-width numerals too.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
input | string |
Returns
Section titled “Returns”string
function digitsOnly(input): string;Keep only the digits. Handles Arabic-Indic and full-width numerals too.
| Parameter | Type |
|---|---|
input | string |
string