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

toLowercase

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

Converts the given string value to Lowercase.