toUppercase
Signature
Section titled “Signature”function toUppercase( string calldata input) external pure returns (string memory output);Description
Section titled “Description”Converts the given string value to Uppercase.
function toUppercase( string calldata input) external pure returns (string memory output);Converts the given string value to Uppercase.