Skip to main content
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.9.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>