diff src/luan/modules/String.luan @ 1718:5603ee8e2a71

rename String.rep to String.repeated
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 25 Jul 2022 11:32:05 -0600
parents c637a2a1023d
children 7d2ab44f7a59
line wrap: on
line diff
--- a/src/luan/modules/String.luan	Mon Jul 25 11:16:53 2022 -0600
+++ b/src/luan/modules/String.luan	Mon Jul 25 11:32:05 2022 -0600
@@ -19,7 +19,8 @@
 String.matches = StringLuan.matches
 String.regex = Boot.regex
 String.regex_quote = Pattern.quote
-String.rep = StringLuan.rep
+String.rep = StringLuan.repeated  -- remove
+String.repeated = StringLuan.repeated
 String.replace = StringLuan.replace
 String.reverse = StringLuan.reverse
 String.split = StringLuan.split