comparison 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
comparison
equal deleted inserted replaced
1718:5603ee8e2a71 1719:2f3a8f16f583
57 gmatch = regex.gmatch 57 gmatch = regex.gmatch
58 gsub = regex.gsub 58 gsub = regex.gsub
59 match = regex.match 59 match = regex.match
60 matches = regex.matches 60 matches = regex.matches
61 set = regex.set 61 set = regex.set
62 split = regex.split
62 } 63 }
63 end 64 end
64 Boot.regex = regex 65 Boot.regex = regex
65 66
66 67