thiiiiings
This commit is contained in:
5
utils/util.py
Normal file
5
utils/util.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import re
|
||||
|
||||
def normalizeName(name):
|
||||
splitName = re.findall('[A-Z][^A-Z]*', name)
|
||||
return ' '.join(splitName)
|
||||
Reference in New Issue
Block a user