Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/actionify/mod.ts>e.endsWith

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

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>