This commit is contained in:
Somdev Sangwan
2018-12-07 23:43:45 +05:30
committed by GitHub
parent 2f0a925e1c
commit b781ad5c8f

View File

@@ -28,7 +28,7 @@ def converter(data, url=False):
def counter(string):
string = re.sub(r'\s|\w', '')
string = re.sub(r'\s|\w', '', string)
return len(string)