709. To Lower Case
Given a string s, return the string after replacing every uppercase letter with the same lowercase letter.
Example 1:
Input: s = "Hello"
Output: "hello"
Example 2:
Input: s = "here"
Output: "here"
Example 3:
Input: s = "LOVELY"
Output: "lovely"
LeetCode Link:
https://leetcode.com/problems/to-lower-case/
Follow us on
Instagram
code io - https://www.instagram.com/code.i.o/
Goms - https://www.instagram.com/goms.io/
Siva - https://www.instagram.com/siva.io/
Linkedin
Code IO - https://www.linkedin.com/in/code-io-tamil-67682b20b/
Goms - https://www.linkedin.com/in/gomathinayagam-avudaikumar-509a7716a/
Siva - https://www.linkedin.com/in/sivasubramanian-a-443519225/
___________________________________
Keywords
LeetCode Solution
Interview Preparations
Google
Amazon
Amazon Interview Question
Google Interview
Facebook Interview