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

x/actionify/mod.ts>e.startsWith

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

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

Parameters

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