summary refs log tree commit diff stats
path: root/lib/pure
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure')
-rw-r--r--lib/pure/strutils.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/pure/strutils.nim b/lib/pure/strutils.nim
index 5de013c26..055e91faf 100644
--- a/lib/pure/strutils.nim
+++ b/lib/pure/strutils.nim
@@ -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
n34' href='#n34'>34 35 36 37 38 39 40 41 42 43 44 45 46
47
48
49
50
51
52
53
54
55
56