downcase
Filter = downcase
Makes each character in a string lowercase. It has no effect on strings which are already all lowercase.
INPUT | OUTPUT |
---|---|
| parker moore |
INPUT | OUTPUT |
---|---|
| apple |
Makes each character in a string lowercase. It has no effect on strings which are already all lowercase.
INPUT | OUTPUT |
---|---|
| parker moore |
INPUT | OUTPUT |
---|---|
| apple |