mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-10 11:40:48 +08:00
update
This commit is contained in:
@@ -103,7 +103,6 @@ def capitalize_helper(string):
|
||||
|
||||
|
||||
def capitalize_first_letters(text):
|
||||
print("Text to capitalize is ", text)
|
||||
first_letters_regex = re.compile(r'((?<=[\.\?!]\s)(\w+)|(^\w+))')
|
||||
|
||||
def cap(match):
|
||||
|
||||
Reference in New Issue
Block a user