How to convert a string to uppercase in Ruby
To convert a string to uppercase we can use the upcase
in ruby.
Here is an example, that converts the string car is blue
to uppercase.
"car is blue".upcase #=> "CAR IS BLUE"
To convert a string to uppercase we can use the upcase
in ruby.
Here is an example, that converts the string car is blue
to uppercase.
"car is blue".upcase #=> "CAR IS BLUE"
In this demo, we are going to learn about how to rotate an image continuously using the css animations.
In this demo, i will show you how to create a instagram login page using html and css.
In this demo, i will show you how to create a pulse animation using css.
In this demo, i will show you how to create a snow fall animation using css and JavaScript.