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.tolower

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

The result is a copy of the String given, with all uppercase characters turned into lowercase (just like applying |gu| to the string). Can also be used as a |method|: GetText()->tolower()

Parameters

denops: Denops
expr: unknown

Returns

Promise<unknown>