function toUpperimport { toUpper } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/string.js"; toUpper(value)Converts string, as a whole, to upper case just like String#toUpperCase. Examples_.toUpper('--foo-bar--'); // => '--FOO-BAR--' _.toUpper('fooBar'); // => 'FOOBAR' _.toUpper('foo_bar'); // => 'FOO_BAR' Parametersvalue