diff src/luan/modules/Boot.luan @ 1719:2f3a8f16f583

add regex.split
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 25 Jul 2022 14:31:48 -0600
parents b82767112d8e
children d179810c6148
line wrap: on
line diff
--- a/src/luan/modules/Boot.luan	Mon Jul 25 11:32:05 2022 -0600
+++ b/src/luan/modules/Boot.luan	Mon Jul 25 14:31:48 2022 -0600
@@ -59,6 +59,7 @@
 		match = regex.match
 		matches = regex.matches
 		set = regex.set
+		split = regex.split
 	}
 end
 Boot.regex = regex