Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>fn.strrchr

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
function fn.strrchr
import { fn } from "https://deno.land/x/ddc_vim@v2.4.0/deps.ts";
const { strrchr } = fn;

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>