diff core/src/luan/modules/String.luan @ 757:e1dfeddfbc7b

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 18 Jul 2016 20:18:02 -0600
parents e25ba7a2e816
children
line wrap: on
line diff
--- a/core/src/luan/modules/String.luan	Mon Jul 18 05:14:19 2016 -0600
+++ b/core/src/luan/modules/String.luan	Mon Jul 18 20:18:02 2016 -0600
@@ -17,6 +17,7 @@
 M.matches = StringLuan.matches
 M.rep = StringLuan.rep
 M.reverse = StringLuan.reverse
+M.split = StringLuan.split
 M.sub = StringLuan.sub
 M.to_binary = StringLuan.to_binary
 M.to_number = StringLuan.to_number