diff src/luan/modules/String.luan @ 1717:c637a2a1023d

add String.replace
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 25 Jul 2022 11:16:53 -0600
parents b82767112d8e
children 5603ee8e2a71
line wrap: on
line diff
--- a/src/luan/modules/String.luan	Sun Jul 24 23:43:03 2022 -0600
+++ b/src/luan/modules/String.luan	Mon Jul 25 11:16:53 2022 -0600
@@ -20,6 +20,7 @@
 String.regex = Boot.regex
 String.regex_quote = Pattern.quote
 String.rep = StringLuan.rep
+String.replace = StringLuan.replace
 String.reverse = StringLuan.reverse
 String.split = StringLuan.split
 String.starts_with = StringLuan.starts_with