puts('hello world'.capitalize())puts('hello world'.upcase())puts('Hello world'.length())puts('Hello world'.sub('world', 'programming'))
Standard input is empty
Hello world HELLO WORLD 11 Hello programming
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!