Is the last line in green the actual code you were using? There was some more complex code in the comments that I don’t think is necessary.
The code you posted above should work to make the URL all uppercase. Alternately use ucwords instead of strtoupper to make it Title Case.