Skip to main content
Module

x/earthstar/mod.ts>isOnlyPrintableAscii

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
function isOnlyPrintableAscii
import { isOnlyPrintableAscii } from "https://deno.land/x/earthstar@v10.0.0-beta.8/mod.ts";

Check that a string contains only printable ASCII

Parameters

s: string

Returns

boolean