added stringfunctions.py

This commit is contained in:
sanju2728 2023-10-01 12:58:13 +05:30
parent 57dc8daa57
commit 24125e3b7d
No known key found for this signature in database

View File

@ -80,5 +80,4 @@ def is_title(string):
Returns:
bool: True if the string is in title case, False otherwise.
"""
return string.istitle()
return string.istitle()