Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/denops_std/function/mod.ts>strrchr

๐Ÿ“š Standard module for denops.vim
Go to Latest
function strrchr
import { strrchr } from "https://deno.land/x/denops_std@v3.12.1/function/mod.ts";

When used with a single character it works similar to the C function strrchr(). Can also be used as a |method|: GetHaystack()->strridx(needle)

Returns

Promise<unknown>