Skip to content

bplancher/pythonIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

pythonIT

TODO: explain how to use it in projects

demo of methods

str_format.py methods

to_upper_unaccent method

take 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages