💎 LearnRuby
Lessons Leaderboard
EN RU
Sign In Sign Up
Lessons Leaderboard
Language: EN RU
Sign In Sign Up
Lessons / Strings
Module 2 Beginner Ruby 3.4

Strings

Ruby 3.4

Master string manipulation with Ruby's rich string methods.

Exercise (6)

â—‹
1.

Reverse a String

Reverse the characters in a string.

10 points strings reverse
â—‹
2.

Palindrome Check

Check if a string is a palindrome.

15 points strings palindrome
â—‹
3.

Title Case

Convert a string to title case.

15 points strings capitalize
â—‹
4.

Anagram Check

Check if two strings are anagrams.

20 points strings anagram
â—‹
5.

Extract Numbers

Use regular expressions to find all numbers in a string.

20 points strings regex
â—‹
6.

Validate Email

Use regex to validate a simple email format.

25 points strings regex

Lesson Info

Beginner
Beginner
Exercise
6
Total Points
105
Ruby Version
3.4
Sign in to start
Back to all lessons

LearnRuby - Learn Ruby 3.4 with interactive exercises