# toLowercase

Description: toLowercase cheatcode documentation

Note: This document was authored using MDX

  Source: https://github.com/NomicFoundation/hardhat-website/tree/main/src/content/docs/docs/reference/cheatcodes/Utilities/to-lowercase.mdx

### Signature

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

### Description

Converts the given `string` value to Lowercase.
