upcase
Filter = upcase
Makes each character in a string uppercase. It has no effect on strings which are already all uppercase.
INPUT | OUTPUT |
---|---|
| PARKER MOORE |
INPUT | OUTPUT |
---|---|
| APPLE |
Makes each character in a string uppercase. It has no effect on strings which are already all uppercase.
INPUT | OUTPUT |
---|---|
| PARKER MOORE |
INPUT | OUTPUT |
---|---|
| APPLE |