Skip to main content
Module

x/dallmo_util_math/etc/deps.deno.ts>dallmo_util_array.search

deno module, a collection of math util under dallmo-util
Latest
function dallmo_util_array.search
import { dallmo_util_array } from "https://deno.land/x/dallmo_util_math@v1.2.0/etc/deps.deno.ts";
const { search } = dallmo_util_array;

Parameters

input_array: any[]
search_string: string

Returns

string[]

an array of strings, or empty if nothing matched