Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/string/index.ts>isAscii

A JavaScript extension package for building strong and modern applications.
Latest
function isAscii
import { isAscii } from "https://deno.land/x/ayonli_jsext@v0.9.72/string/index.ts";

Checks if all characters in the string are within the ASCII range.

Parameters

str: string
optional
printableOnly = [UNSUPPORTED]

Returns

boolean