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

x/deno_slack_hooks/check_update.ts>extractVersion

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Go to Latest
function extractVersion
import { extractVersion } from "https://deno.land/x/deno_slack_hooks@0.2.0/check_update.ts";

extractVersion takes in a string, searches for a version, and, if version is found, returns that version.

Parameters

str: string

Returns

string