Skip to main content
Module

x/denops_std/function/mod.ts>tolower

📚 Standard module for denops.vim
Go to Latest
function tolower
import { tolower } from "https://deno.land/x/denops_std@v4.1.3/function/mod.ts";

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

Parameters

denops: Denops
expr: unknown

Returns

Promise<unknown>