Example #1
0
 def toUpper(self, name, prefix = '', suffix = ''):
     wl = WordList()
     wl.fromSnakeCase(prefix + self.data[name] + suffix)
     return wl.toUCase()