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

x/actionify/src/expressions.ts>contains

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function contains
import { contains } from "https://deno.land/x/actionify@0.3.0/src/expressions.ts";

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.