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

String Manipulation Utility in Python with Test Cases #23

Merged
merged 3 commits into from
Oct 6, 2024

Conversation

anurags10
Copy link
Contributor

@anurags10 anurags10 commented Oct 5, 2024

This Python script provides five essential string manipulation functions for common operations such as reversing a string, counting vowels, converting a string to uppercase and lowercase, and checking if a string is a palindrome. Each function is designed to handle various edge cases, such as ignoring spaces, punctuation, and case sensitivity where applicable. The script also includes example usage that demonstrates how each function works on a sample string.

A separate test file (test_string_manipulation.py) is provided to verify the correctness of the functions using the unittest framework. The tests cover typical use cases and edge cases to ensure robustness.

Issue #30

Copy link
Contributor

github-actions bot commented Oct 5, 2024

👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly!

Feel free to join our community on Discord to discuss more!

@github-actions github-actions bot requested a review from UTSAVS26 October 5, 2024 13:49
@UTSAVS26 UTSAVS26 merged commit 4853a05 into UTSAVS26:main Oct 6, 2024
1 check passed
@UTSAVS26 UTSAVS26 added enhancement New feature or request Contributor level1 labels Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants