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

x/earthstar/src/core-validators/characters.ts>onlyHasChars

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
function onlyHasChars
import { onlyHasChars } from "https://deno.land/x/earthstar@v10.0.0/src/core-validators/characters.ts";

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

Parameters

str: string
allowedChars: string

Returns

boolean