Skip to main content
Module

x/actionify/mod.ts>expressions.endsWith

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

Returns true if searchString ends with searchValue. This function is not case sensitive. Casts values to a string.

Parameters

searchString: ExpressionContent<string>
searchValue: ExpressionContent<string>