function toUpperCaseimport { toUpperCase } from "https://deno.land/x/valibot@v0.28.1/mod.ts"; toUpperCase(): ToUpperCaseTransformationCreates a pipeline transformation action that converts all the alphabetic characters in a string to uppercase. ReturnsToUpperCaseTransformationA transformation action.