comparison src/luan/modules/String.luan @ 1811:55d89a183c82 default tip

remove line_diff from luan
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 15 May 2024 18:02:28 -0600
parents ffa28e2155bb
children
comparison
equal deleted inserted replaced
1810:3c43b07e12b7 1811:55d89a183c82
10 String.digest_message = StringLuan.digest_message 10 String.digest_message = StringLuan.digest_message
11 String.encode = StringLuan.encode 11 String.encode = StringLuan.encode
12 String.ends_with = StringLuan.ends_with 12 String.ends_with = StringLuan.ends_with
13 String.find = StringLuan.find 13 String.find = StringLuan.find
14 String.format = StringLuan.format 14 String.format = StringLuan.format
15 String.line_diff = StringLuan.line_diff
16 String.lower = StringLuan.lower 15 String.lower = StringLuan.lower
17 String.regex = Boot.regex 16 String.regex = Boot.regex
18 String.regex_quote = Pattern.quote 17 String.regex_quote = Pattern.quote
19 String.repeated = StringLuan.repeated 18 String.repeated = StringLuan.repeated
20 String.replace = StringLuan.replace 19 String.replace = StringLuan.replace