Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StringEx.matches

import { StringEx } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts"; 

const { matches } = StringEx;
function matches(input: string, pattern: string): boolean;
§
matches(input: string, pattern: string): boolean
[src]

§Parameters

§
input: string
[src]
§
pattern: string
[src]

§Return Type

§
boolean
[src]