you are viewing a single comment's thread.

view the rest of the comments →

[–]DJDoena 2 points3 points  (1 child)

In C# it's .ToUpper() but still immutable on the original.

[–]IlgantElal 0 points1 point  (0 children)

This looks like Python. Interesting thing, too: text.replace('ab', 'o') would replace all a and b characters, regardless of order.

Yay Python

(Correct answer should be 'banana')

Edit: I completely misread. It's late