TODO: explain how to use it in projects
to_upper_unaccent methodtake an str (or unicode) parameter to format, returns the text in uppercase unaccented (but keeps separators characters such as spaces or dots)
test = 'Détachant - Détergeant' #fr product example
print to_upper_unaccent(test) #display DETACHANT - DETERGEANT