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

x/ayonli_jsext/esm/string/index.js>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/esm/string/index.js";

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

Parameters

str
optional
printableOnly = [UNSUPPORTED]