Skip to main content
Module

x/earthstar/mod.ts>isOnlyPrintableAscii

Storage for private, distributed, offline-first applications.
Latest
function isOnlyPrintableAscii
import { isOnlyPrintableAscii } from "https://deno.land/x/earthstar@v10.2.2/mod.ts";

Check that a string contains only printable ASCII

Parameters

s: string

Returns

boolean