comparison 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
comparison
equal deleted inserted replaced
1717:c637a2a1023d 1718:5603ee8e2a71
17 String.lower = StringLuan.lower 17 String.lower = StringLuan.lower
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.repeated -- remove
23 String.repeated = StringLuan.repeated
23 String.replace = StringLuan.replace 24 String.replace = StringLuan.replace
24 String.reverse = StringLuan.reverse 25 String.reverse = StringLuan.reverse
25 String.split = StringLuan.split 26 String.split = StringLuan.split
26 String.starts_with = StringLuan.starts_with 27 String.starts_with = StringLuan.starts_with
27 String.sub = StringLuan.sub 28 String.sub = StringLuan.sub