Exports unicode.toUpper/toLower in strutils module.

This commit is contained in:
Dominik Picheta
2018-05-04 15:36:54 +01:00
parent 798a8bd45c
commit 8081a9b3d0

View File

@@ -17,6 +17,9 @@ import parseutils
from math import pow, round, floor, log10
from algorithm import reverse
from unicode import toLower, toUpper
export toLower, toUpper
{.deadCodeElim: on.} # dce option deprecated
{.push debugger:off .} # the user does not want to trace a part