Skip to content

Add String Manipulation tutorial under Learn the Basics for Java #836

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mateo-ceballos
Copy link

This pull request adds a new tutorial under the "Learn the Basics" section for Java, focused on string manipulation.

The tutorial introduces common string operations such as concatenation, character access, searching substrings, substring extraction, and transformations (e.g. trim, toUpperCase). It includes a hands-on exercise that requires the user to manually reverse a string without using StringBuilder.reverse().

The tutorial follows the required structure:

  • Explanation section
  • Exercise instructions
  • Starter code (Tutorial Code)
  • Expected Output
  • Solution

A link to the tutorial has also been added to the relevant Welcome.md file.

This should help users deepen their understanding of how to work with strings in Java from an early stage in the learning path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant