Skip to main content
The Deno 2 Release Candidate is 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.5.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