Skip to content
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

Update PHP Strings Exercise to Include Array Rejoining Task #802

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

Conversation

HubGitShree
Copy link

Modified the existing Strings exercise in tutorials/learn-php.org/en/Strings.md to include a new task. The updated exercise now requires users to rejoin the resulting array into a string with numbers separated by a colon (':'). This change aims to provide additional practice with PHP string manipulation and array handling functions.

Changes made:

Added instructions to rejoin the array into a string with elements separated by a colon.
Updated the example code to reflect the new task.

This enhancement provides a more comprehensive exercise for learners, reinforcing key concepts of explode and implode in PHP.

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