Skip to main content
Module

x/earthstar/mod.browser.ts>onlyHasChars

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

Check that a string only contains character from a string of allowed characters.

Parameters

str: string
allowedChars: string

Returns

boolean