You have already completed these exercises!
Do you want to take them again?
You completed the PHP Modify Strings Exercises from W3Schools.com
Share on:
What is a correct function to return a string as all upper case letters:
touppercase()
strtoupper()
ucase()
toupper()