diff src/luan/modules/String.luan @ 1722:7d2ab44f7a59

remove String regex fns
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 29 Jul 2022 14:12:01 -0600
parents 5603ee8e2a71
children
line wrap: on
line diff
--- a/src/luan/modules/String.luan	Tue Jul 26 12:44:52 2022 -0600
+++ b/src/luan/modules/String.luan	Fri Jul 29 14:12:01 2022 -0600
@@ -12,14 +12,9 @@
 String.ends_with = StringLuan.ends_with
 String.find = StringLuan.find
 String.format = StringLuan.format
-String.gmatch = StringLuan.gmatch
-String.gsub = StringLuan.gsub
 String.lower = StringLuan.lower
-String.match = StringLuan.match
-String.matches = StringLuan.matches
 String.regex = Boot.regex
 String.regex_quote = Pattern.quote
-String.rep = StringLuan.repeated  -- remove
 String.repeated = StringLuan.repeated
 String.replace = StringLuan.replace
 String.reverse = StringLuan.reverse