MyUncapitalize

Easy

Implement MyUncapitalize which makes the first letter of a string lowercase.

Examples:

Input 1: type Result = MyUncapitalize<"Hello">
Output 1: "hello"
Output
Run your code to see results.

By continuing to use the platform, you accept the terms of the Privacy Policy and the use of cookies.