w
This commit is contained in:
parent
5fecda02d6
commit
abe950f1da
@ -974,4 +974,4 @@ def get_alphanumeric_and_spaces(string):
|
|||||||
string = "".join([char for char in string if char.isalnum() or char.isspace()])
|
string = "".join([char for char in string if char.isalnum() or char.isspace()])
|
||||||
# Replace multiple spaces with single space and strip
|
# Replace multiple spaces with single space and strip
|
||||||
string = " ".join(string.split())
|
string = " ".join(string.split())
|
||||||
return string.lower()
|
return string
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user