Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/versions/0.ts>e.contains

Create and manage your GitHub workflows with TypeScript and Deno.
Go to Latest
function e.contains
import { e } from "https://deno.land/x/actionify@0.2.0/versions/0.ts";
const { contains } = e;

Returns true if search contains item. If search is an array, this function returns true if the item is an element in the array. If search is a string, this function returns true if the item is a substring of search. This function is not case sensitive. Casts values to a string.