comparison 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
comparison
equal deleted inserted replaced
1716:b82767112d8e 1717:c637a2a1023d
18 String.match = StringLuan.match 18 String.match = StringLuan.match
19 String.matches = StringLuan.matches 19 String.matches = StringLuan.matches
20 String.regex = Boot.regex 20 String.regex = Boot.regex
21 String.regex_quote = Pattern.quote 21 String.regex_quote = Pattern.quote
22 String.rep = StringLuan.rep 22 String.rep = StringLuan.rep
23 String.replace = StringLuan.replace
23 String.reverse = StringLuan.reverse 24 String.reverse = StringLuan.reverse
24 String.split = StringLuan.split 25 String.split = StringLuan.split
25 String.starts_with = StringLuan.starts_with 26 String.starts_with = StringLuan.starts_with
26 String.sub = StringLuan.sub 27 String.sub = StringLuan.sub
27 String.to_binary = StringLuan.to_binary 28 String.to_binary = StringLuan.to_binary