Skip to main content
Module

x/ddc_vim/deps.ts>fn.toupper

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

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

Parameters

denops: Denops
expr: unknown

Returns

Promise<unknown>