Sitelet https://hardhat.org/docs/reference/cheatcodes/utilities/to-uppercase
Skip to content

toUppercase

function toUppercase(
string calldata input
) external pure returns (string memory output);

Converts the given string value to Uppercase.