Skip to content

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