UTSAVS26 / PySnippets

Collection of reusable Python code snippets for all.
https://sites.google.com/view/pysnippets/
MIT License
11 stars 17 forks source link

String Manipulation Utility in Python with Test Cases #23

Open anurags10 opened 16 hours ago

anurags10 commented 16 hours ago

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.

github-actions[bot] commented 16 hours ago

👋 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!