string_baseform#

string_baseform(string: Hashable) Hashable[source]#

Remove special characters from given string, leaving only a-z, A-Z, 0-9 characters.

Parameters
stringstr

string to remove special characters from

Returns
——-
str

string without special characters