Skip to content

feat: add reverseText() utility function - #155

Closed
Raghavjha60570 wants to merge 1 commit into
Samarth2190:mainfrom
Raghavjha60570:feature/reverse-text
Closed

feat: add reverseText() utility function#155
Raghavjha60570 wants to merge 1 commit into
Samarth2190:mainfrom
Raghavjha60570:feature/reverse-text

Conversation

@Raghavjha60570

Copy link
Copy Markdown

Summary

Added a reverseText() function that reverses an entire string character by character.

Example

reverseText("Hello World"); → "dlroW olleH"

Why

This utility helps in string manipulations like palindrome checks, encoding, and data formatting.

Fixes #151

@Samarth2190

Copy link
Copy Markdown
Owner

Not required

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.

Feature: Add reverseText() utility for reversing entire strings

2 participants