Method Search.Utils.normalize()
- Method normalize
stringnormalize(stringin)- Description
Normalize the input string. Performs unicode NFKD normalization and then lowercases the whole string
string normalize(string in)
Normalize the input string. Performs unicode NFKD normalization and then lowercases the whole string