import { toUpperCase } from "https://deno.land/x/fun@v2.0.0/string.ts";
A pipeable form of String.toUpperCase.
Examples
Example 1
Example 1
import { toUpperCase } from "./string.ts";
const result = toUpperCase("hello"); // "HELLO"
import { toUpperCase } from "https://deno.land/x/fun@v2.0.0/string.ts";
A pipeable form of String.toUpperCase.
Example 1
import { toUpperCase } from "./string.ts";
const result = toUpperCase("hello"); // "HELLO"